initial
This commit is contained in:
parent
090766cab0
commit
a33f99e765
1725 changed files with 129819 additions and 0 deletions
3
dot_oh-my-zsh/cache/grep-alias
vendored
Normal file
3
dot_oh-my-zsh/cache/grep-alias
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
|
||||
alias egrep='grep -E --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
|
||||
alias fgrep='grep -F --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue