summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.envrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index 77f9235..483d4b7 100644
--- a/.envrc
+++ b/.envrc
@@ -1,7 +1,8 @@
 use flake || use nix
 watch_file flake.nix
 
-PATH_add ./target/
+PATH_add ./target/debug
+PATH_add ./target/release
 
 if on_git_branch; then
   echo && git status --short --branch &&