Swap out g alias to git

This commit is contained in:
Geoff Garside 2009-08-31 13:59:34 +01:00
parent 7a7b0bc7f5
commit 0f2e63f899

View file

@ -11,7 +11,8 @@ alias ...='cd ../..'
alias _='sudo'
alias g='grep -in'
#alias g='grep -in'
alias g='git'
alias history='fc -l 1'