Update dotfiles

This commit is contained in:
David Tomaschik
2026-06-30 10:47:40 -07:00
parent d1e3c8e43e
commit de601c4a83
2 changed files with 10 additions and 0 deletions

View File

@@ -104,3 +104,9 @@
[rerere] [rerere]
enabled = true enabled = true
[lfs]
concurrenttransfers = 3
[lfs "customtransfer.xet"]
path = git-xet
args = transfer
concurrent = true

View File

@@ -14,4 +14,8 @@
have_command docker && \ have_command docker && \
missing_comp _docker && \ missing_comp _docker && \
docker completion zsh > $COMPDIR/_docker || true docker completion zsh > $COMPDIR/_docker || true
have_command resticprofile && \
missing_comp _resticprofile && \
resticprofile generate --zsh-completion > $COMPDIR/_resticprofile || true
} &>/dev/null &! } &>/dev/null &!