diff --git a/zsh/.zshrc b/zsh/.zshrc index 3a20264..e36f760 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -74,6 +74,7 @@ compdef _dotnet_zsh_complete dotnet # opam configuration [ -n "$(command -v opam)" ] && eval "$(opam env)" +# start ssh-agent [ -n "$(command -v ssh-agent)" ] && [ -z "$SSH_AGENT_PID" ] && eval "$(ssh-agent)" # starship configuration