mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add .hg to sgrep in common-aliases.plugin
This commit is contained in:
parent
621eb21139
commit
a287807ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ alias lrt='ls -1Fcrt'
|
|||
alias zshrc='$EDITOR ~/.zshrc' # Quick access to the ~/.zshrc file
|
||||
|
||||
alias grep='grep --color'
|
||||
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS} '
|
||||
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,.hg,CVS} '
|
||||
|
||||
alias t='tail -f'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue