change TERM to screen-256color.

This commit is contained in:
staticsafe 2012-10-03 13:32:42 -04:00
parent 693607d688
commit 556356f853
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ export GREP_COLOR='1;32'
# language
export LC_ALL=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
# term
export TERM=screen-256color
# Make options
if [[ -r /proc/cpuinfo ]]; then
export MAKEOPTS=-j$(($(grep -c '^processor' /proc/cpuinfo) + 1))