feat(envrc): fetch repo on enter #103
1 changed files with 9 additions and 0 deletions
9
.envrc
9
.envrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue