fix(envrc): also fetch other remotes

This commit is contained in:
Jalil David Salamé Messina 2024-11-16 17:18:21 +01:00
parent 0663a51607
commit 00f2ce5543
Signed by: jalil
GPG key ID: F016B9E770737A0B

2
.envrc
View file

@ -1,6 +1,6 @@
# update repo # update repo
if has jj; then if has jj; then
jj git fetch jj git fetch --all-remotes
elif has gix; then elif has gix; then
gix fetch gix fetch
elif has git; then elif has git; then