Remove TERM variable

This commit is contained in:
2017-08-09 21:52:26 +02:00
parent 7d7c6a0ce8
commit eacff17bd5

View File

@@ -1,9 +0,0 @@
case "$TERM" in
urxvt)
TERM="rxvt-unicode"
;;
screen)
TERM="screen-256color"
;;
esac
export TERM