mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30: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 g='grep -in'
|
||||
#alias g='grep -in'
|
||||
alias g='git'
|
||||
|
||||
alias history='fc -l 1'
|
||||
|
||||
|
|
Loading…
Reference in a new issue