fix(zsh): disable automatic git maintenance prefetch

This commit is contained in:
Saibotk 2024-08-02 15:58:34 +02:00
parent 693f148f8b
commit cabae5f44c
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -3,6 +3,8 @@ export DOTFILES=$HOME/.dotfiles
# Load zsh-snap (znap) plugin manager
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
# shell options