forked from colonelpanic/dotfiles
Don't explicitly set TERM environment variable
This commit is contained in:
parent
00365147c7
commit
abbbe8721c
@ -28,8 +28,4 @@ export GO15VENDOREXPERIMENT=1
|
||||
|
||||
if [[ $TERM == "dumb" ]]; then
|
||||
export PS1='$ '
|
||||
elif [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then
|
||||
export TERM=gnome-256color
|
||||
elif infocmp xterm-256color >/dev/null 2>&1; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user