1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 08:50:08 +00:00

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 _='sudo'
alias g='grep -in' #alias g='grep -in'
alias g='git'
alias history='fc -l 1' alias history='fc -l 1'