diff --git a/.envrc b/.envrc index 96eca6b..c8c5665 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,10 @@ use flake || use nix watch_file flake.nix +PATH_add ./target/debug +PATH_add ./target/release +PATH_add ./scripts + if on_git_branch; then echo && git status --short --branch && echo && git fetch --verbose