From e9916ee6242685c2fd5e4bec8074c03ccf440490 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Wed, 24 Nov 2010 16:46:43 +1000 Subject: [PATCH] fix exports --- shell/exports.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/exports.sh b/shell/exports.sh index 1436750..ed64648 100644 --- a/shell/exports.sh +++ b/shell/exports.sh @@ -18,7 +18,8 @@ export IRBRC="$HOME/.irbrc" export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi" export TERM=xterm-256color -export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32' +export GREP_OPTIONS='--color=auto' +export GREP_COLOR='1;32' export CLICOLOR=1 export HISTSIZE=1000000