mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
fix: set both TERM and TERMINFO
This commit is contained in:
1
zshrc
1
zshrc
@@ -180,6 +180,7 @@ else
|
|||||||
|
|
||||||
if [[ "$TERM_PROGRAM" == "tmux" ]] || [[ -n $TMUX ]]; then
|
if [[ "$TERM_PROGRAM" == "tmux" ]] || [[ -n $TMUX ]]; then
|
||||||
export TERMINFO="xterm-256color" # peco issue 554
|
export TERMINFO="xterm-256color" # peco issue 554
|
||||||
|
export TERM="xterm-256color"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user