Skip to content

Commit

Permalink
Ubuntu safe git command, making SSH public key auth actually work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Aug 13, 2011
1 parent 24fd321 commit 870a169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profile_common
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ alias vi="vim"
alias ci="echo \"You probably meant vi. Or are you still using RCS?\"; false"
alias dc="echo \"You don't really use 'dc', do you?\"; false"
alias grep="grep --color=auto"
alias git="SSH_AUTH_SOCK=0 git"

# shortcuts
alias :q='logout'
Expand Down

0 comments on commit 870a169

Please sign in to comment.