Skip to content

Commit

Permalink
start ssh-agent in login shell
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Nov 12, 2024
1 parent 92e3827 commit 0276148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 0276148

Please sign in to comment.