From eacff17bd59fb781eaa4d070f6016ce47da7bff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 9 Aug 2017 21:52:26 +0200 Subject: [PATCH] Remove TERM variable --- zsh/zsh/30_variables.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zsh/zsh/30_variables.sh b/zsh/zsh/30_variables.sh index 2435150..e69de29 100644 --- a/zsh/zsh/30_variables.sh +++ b/zsh/zsh/30_variables.sh @@ -1,9 +0,0 @@ -case "$TERM" in - urxvt) - TERM="rxvt-unicode" - ;; - screen) - TERM="screen-256color" - ;; -esac -export TERM