X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/6d54344e74d961369b15acb46cc95ae8da282c79..8b2d206d4a5a74d56eb05d54271e490ad190d4dd:/base/.zshenv?ds=sidebyside 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 }