Add comments about hack (gnome-terminal).

This commit is contained in:
Gea-Suan Lin
2014-11-05 01:58:40 +08:00
parent 9bf59a0e34
commit ca69f1c8c6
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ else
alias ls="/bin/ls -aF"
fi
#
# Hack for gnome-terminal
if [ "$COLORTERM" == "gnome-terminal" ]; then
export TERM=xterm-256color
fi