handle terminfo for 256color rxvt
[~madcoder/dotfiles.git] / zshenv
diff --git a/zshenv b/zshenv
index 1e284b3..fc8acbc 100644 (file)
--- a/zshenv
+++ b/zshenv
@@ -34,11 +34,6 @@ function _chose_locale() {
 
 _chose_locale
 
-if test -z "$TERMINFO"; then
-    export TERMINFO=$HOME/.config/terminfo
-    export TERM=$TERM
-fi
-
 if test -d ~/dev/scm/git; then
     export GIT_EXEC_PATH=~/dev/scm/git
     export PATH=~/dev/scm/git:${PATH}