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