feat: do git pull when entering dir.
This commit is contained in:
parent
dd84a38114
commit
c0c68f82f3
1 changed files with 5 additions and 0 deletions
5
.envrc
5
.envrc
|
|
@ -1,2 +1,7 @@
|
||||||
|
if on_git_branch; then
|
||||||
|
echo && git status --short --branch &&
|
||||||
|
echo && git pull --verbose
|
||||||
|
fi
|
||||||
|
|
||||||
watch_file shell.nix
|
watch_file shell.nix
|
||||||
use flake
|
use flake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue