grep ignores public folder

This commit is contained in:
Michael Campagnaro 2012-11-26 16:45:25 -05:00
parent 0266419cb8
commit 79b8231e66

2
.zshrc
View File

@ -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