aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 0b773b6..a8bc8ac 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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.