X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/6d54344e74d961369b15acb46cc95ae8da282c79..975ad64b1891b5653db9816fd95550896ae2a7a8:/base/.zshenv diff --git a/base/.zshenv b/base/.zshenv index 7e8dee7..5142322 100644 --- a/base/.zshenv +++ b/base/.zshenv @@ -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 }