Skip to content

Commit

Permalink
start ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Dec 10, 2024
1 parent d509a8c commit c036758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c036758

Please sign in to comment.