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:
parent
7a7b0bc7f5
commit
0f2e63f899
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue