From 0abf212a3481ee8fb7672ab7219fd05c32a6d642 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 3 Feb 2013 16:42:04 -0500 Subject: [PATCH] grep change --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index e21dd4d..349cc82 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 --exclude-dir=public" +export GREP_OPTIONS="-nRi --color --exclude-dir=tmp --exclude-dir=log --exclude-dir=public --exclude-dir=vendor/assets --exclude-dir=fonts --exclude-dir=images" # Unbreak history export HISTSIZE=10000 @@ -75,7 +75,7 @@ activate_virtualenv() { fi } -PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting - ### Added by the Heroku Toolbelt export PATH="/usr/local/heroku/bin:$PATH" + +PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting