Skip to content

Commit

Permalink
it's SSH_AUTH_SOCK not SSH_AUTH_SOCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
richardc committed Sep 28, 2010
1 parent a36a833 commit c6820db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ AGENT=($(find /tmp -type s -name "agent.*"))
if [ -S ${AGENT} ] ; then
export SSH_AUTH_SOCK=${AGENT}
fi
[ $( uname) == "Darwin" ] && eval `launchctl export | grep SSH_AUTH_SOCKET`
[ $( uname ) == "Darwin" ] && eval `launchctl export | grep SSH_AUTH_SOCK`

# xdg-open(1) on Linux, open(1) on OSX
[ $( uname ) == "Linux" ] && alias open=xdg-open
Expand Down

0 comments on commit c6820db

Please sign in to comment.