From 79b8231e6684063b2b392aab4cdf0cec0d601261 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 26 Nov 2012 16:45:25 -0500 Subject: [PATCH] grep ignores public folder --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4b3ee46..e21dd4d 100644 --- a/.zshrc +++ b/.zshrc @@ -31,7 +31,7 @@ alias ls='ls -G' alias ll='ls -lG' alias l='ls -laG' 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 export HISTSIZE=10000