feat: do git pull when entering dir.

This commit is contained in:
CronyAkatsuki 2026-02-01 13:04:24 +01:00
parent dd84a38114
commit c0c68f82f3

5
.envrc
View file

@ -1,2 +1,7 @@
if on_git_branch; then
echo && git status --short --branch &&
echo && git pull --verbose
fi
watch_file shell.nix
use flake