fix(zsh): disable automatic git maintenance prefetch
This commit is contained in:
parent
693f148f8b
commit
cabae5f44c
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ export DOTFILES=$HOME/.dotfiles
|
||||||
|
|
||||||
# Load zsh-snap (znap) plugin manager
|
# Load zsh-snap (znap) plugin manager
|
||||||
zstyle ':znap:*' repos-dir $HOME/.znap
|
zstyle ':znap:*' repos-dir $HOME/.znap
|
||||||
|
# Disable git maintenance to prevent background git ssh requests
|
||||||
|
zstyle ':znap:*:*' git-maintenance off
|
||||||
source $HOME/.znap/znap/znap.zsh
|
source $HOME/.znap/znap/znap.zsh
|
||||||
|
|
||||||
# shell options
|
# shell options
|
||||||
|
|
Loading…
Add table
Reference in a new issue