From c0367588d5278b7fb8162d4b1c46583ef1acdd9d Mon Sep 17 00:00:00 2001 From: geloman Date: Wed, 11 Dec 2024 00:02:52 +0800 Subject: [PATCH] start ssh-agent --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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