build(.envrc): Add some paths to the PATH

This commit is contained in:
Benedikt Peetz 2024-05-04 20:12:25 +02:00
parent ebc336faa3
commit 42c5a58e6c
1 changed files with 4 additions and 0 deletions

4
.envrc
View File

@ -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