diff --git a/zsh/.zshrc b/zsh/.zshrc index 07fc247..90cf838 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -72,5 +72,7 @@ compdef _dotnet_zsh_complete dotnet # opam configuration [ -n "$(command -v opam)" ] && eval "$(opam env)" +[ -z "$SSH_AGENT_PID" ] && eval "$(ssh-agent)" + # starship configuration # [ -n "$(command -v starship)" ] && eval "$(starship init zsh)"