feat: Adds ssh-agent eval to zshrc to use open-ssh instead of default macos installed ssh.

This commit is contained in:
2025-03-28 15:47:38 -04:00
parent a5ca5b4f63
commit e10715940f

View File

@@ -230,3 +230,4 @@ fpath=(/Users/michael/.docker/completions $fpath)
autoload -Uz compinit autoload -Uz compinit
compinit compinit
eval "$(ssh-agent -s)" 1>/dev/null