Don't explicitly set TERM environment variable

This commit is contained in:
Ivan Malison 2018-04-24 15:06:28 -07:00
parent 00365147c7
commit abbbe8721c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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