diff options
Diffstat (limited to 'templates/shell/.envrc')
-rw-r--r-- | templates/shell/.envrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/shell/.envrc b/templates/shell/.envrc index a9c7e4e..3bc1085 100644 --- a/templates/shell/.envrc +++ b/templates/shell/.envrc @@ -1,4 +1,8 @@ -use flake +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 |