grep ignores public folder
This commit is contained in:
parent
0266419cb8
commit
79b8231e66
2
.zshrc
2
.zshrc
|
@ -31,7 +31,7 @@ alias ls='ls -G'
|
||||||
alias ll='ls -lG'
|
alias ll='ls -lG'
|
||||||
alias l='ls -laG'
|
alias l='ls -laG'
|
||||||
alias duh='du -csh'
|
alias duh='du -csh'
|
||||||
export GREP_OPTIONS="-nRi --color --exclude-dir=tmp --exclude-dir=log"
|
export GREP_OPTIONS="-nRi --color --exclude-dir=tmp --exclude-dir=log --exclude-dir=public"
|
||||||
|
|
||||||
# Unbreak history
|
# Unbreak history
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=10000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user