From cabae5f44c6df2fddb103b30d68e9a2c43c92717 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 2 Aug 2024 15:58:34 +0200 Subject: [PATCH] fix(zsh): disable automatic git maintenance prefetch --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index de3ca59..a966e2b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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