diff --git a/shell/exports.sh b/shell/exports.sh index 3dce980..cfe6342 100644 --- a/shell/exports.sh +++ b/shell/exports.sh @@ -8,7 +8,7 @@ export GIT_EDITOR="$EDITOR" export IRBRC="$HOME/.irbrc" export RBXOPT="-Xrbc.db=/tmp/rbx" -#export TERM=xterm-256color +export TERM=xterm-256color export GREP_OPTIONS='--color=auto' export GREP_COLOR='1;32' export CLICOLOR=1