diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-08-10 18:42:58 +0100 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-08-10 18:42:58 +0100 |
commit | fe240177ac809a28fbe0d9ad69d8782322374e39 (patch) | |
tree | e7a76cd1ca00dd123ffc0a655909c099805ddd91 /.zshrc | |
parent | Emacs (diff) |
GREP_OPTIONS deprecated
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,7 +50,6 @@ export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL export BZR_EMAIL="$NAME <$EMAIL>" # Override email for Bazaar. export GIT_AUTHOR_NAME=$NAME export DARCS_EMAIL="$NAME <$EMAIL>" -export GREP_OPTIONS="--color=auto" export QUILT_PATCHES=debian/patches export PATH=/usr/lib/ccache:/usr/lib/distcc/bin:$HOME/bin:/usr/sbin:/sbin:$PATH export CCACHE_DIR=/ccache @@ -149,6 +148,8 @@ fi # inactivity by default. alias encfs="encfs --idle=20" +alias grep="grep --colour=auto" + fpath=($fpath $HOME/.zsh/func) # Prompt theme. |