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