diff options
Diffstat (limited to '')
-rw-r--r-- | .envrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.envrc b/.envrc index 3bc1085..0f36b0a 100644 --- a/.envrc +++ b/.envrc @@ -1,9 +1,10 @@ +#! /usr/bin/env sh + 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 + echo && git status --short --branch fi |