X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/e4677c6bc5c3de5dc9092e4a7636d0587c5353c1..57948260356dcd40d259650121b2b5e1e4d1da6d:/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 }