mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 10:29:25 +00:00
Swap out g alias to git
This commit is contained in:
@ -11,7 +11,8 @@ alias ...='cd ../..'
|
||||
|
||||
alias _='sudo'
|
||||
|
||||
alias g='grep -in'
|
||||
#alias g='grep -in'
|
||||
alias g='git'
|
||||
|
||||
alias history='fc -l 1'
|
||||
|
||||
|
Reference in New Issue
Block a user