move ssh-agent integration to zim

Amolith created

Change summary

dot_config/zsh/private_dot_zimrc      | 1 +
dot_config/zsh/private_dot_zshrc.tmpl | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)

Detailed changes

dot_config/zsh/private_dot_zshrc.tmpl 🔗

@@ -220,9 +220,6 @@ _call_navi() {
 zle -N _call_navi
 bindkey '^n' _call_navi
 
-# SSH Agent setup
-eval "$(ssh-agent zsh)"
-
 zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
 zstyle ':completion:*' group-name ''
 zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}