mirror of
https://github.com/Matir/skel.git
synced 2026-07-24 13:16:56 -07:00
Update dotfiles
This commit is contained in:
@@ -104,3 +104,9 @@
|
|||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
[lfs]
|
||||||
|
concurrenttransfers = 3
|
||||||
|
[lfs "customtransfer.xet"]
|
||||||
|
path = git-xet
|
||||||
|
args = transfer
|
||||||
|
concurrent = true
|
||||||
|
|||||||
@@ -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 &!
|
||||||
|
|||||||
Reference in New Issue
Block a user