properly eval ssh-agent

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_config/zsh/private_dot_zshrc.tmpl 🔗

@@ -221,7 +221,7 @@ zle -N _call_navi
 bindkey '^n' _call_navi
 
 # SSH Agent setup
-eval $(ssh-agent)
+eval "$(ssh-agent zsh)"
 
 zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
 zstyle ':completion:*' group-name ''