]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
zprofile: remove unnecessary variable
[dotfiles.git] / base / .zshenv
index 7e8dee7f33a512c63469a2ab9c3a352093422f4c..5142322e8549e8f04338de0dc7575ddd4bad9794 100644 (file)
@@ -5,7 +5,7 @@
 if [[ -o interactive && $#terminfo -eq 0 ]] {
     _oldterm=$TERM
     TERM=xterm-256color >/dev/null 2>&1
-    print -P "%F{red}!!! Can't find terminfo for $_oldterm, using $term%f"
+    print -P "%F{red}!!! Can't find terminfo for $_oldterm, using $TERM%f"
     unset _oldterm
 }
 
This page took 0.030838 seconds and 4 git commands to generate.