feat(envrc): fetch repo on enter #103

Merged
jalil merged 1 commit from envrc-fetch into main 2024-10-12 19:49:00 +02:00

9
.envrc
View file

@ -1 +1,10 @@
# update repo
if has jj; then
jj git fetch
elif has gix; then
gix fetch
elif has git; then
git fetch
fi
use flake use flake