mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01: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