Skip to content

Commit

Permalink
fix(ssh): set git to use openssh instead
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 22, 2024
1 parent c3238b1 commit 38b0181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/zsh/variables
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ fi
# Use homebrew version for security key support
if test -d "/opt/homebrew/opt/openssh/bin"; then
export PATH="/opt/homebrew/opt/openssh/bin:$PATH"
export GIT_SSH="/opt/homebrew/opt/openssh/bin/ssh"
fi

0 comments on commit 38b0181

Please sign in to comment.