about summary refs log tree commit diff stats
path: root/templates/awk/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/awk/.envrc')
-rw-r--r--templates/awk/.envrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/awk/.envrc b/templates/awk/.envrc
index 96eca6b..3bc1085 100644
--- a/templates/awk/.envrc
+++ b/templates/awk/.envrc
@@ -1,6 +1,8 @@
 use flake || use nix
 watch_file flake.nix
 
+PATH_add ./scripts
+
 if on_git_branch; then
   echo && git status --short --branch &&
   echo && git fetch --verbose