fix: set both TERM and TERMINFO

This commit is contained in:
2024-01-15 08:42:24 +01:00
parent ef375560c3
commit 46fe19ce5e

1
zshrc
View File

@@ -180,6 +180,7 @@ else
if [[ "$TERM_PROGRAM" == "tmux" ]] || [[ -n $TMUX ]]; then
export TERMINFO="xterm-256color" # peco issue 554
export TERM="xterm-256color"
fi
fi