mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
feat: set TERMINFO in tmux because of peco issue#554
This commit is contained in:
4
zshrc
4
zshrc
@@ -177,6 +177,10 @@ else
|
|||||||
zle -N rs_peco reverse_search
|
zle -N rs_peco reverse_search
|
||||||
bindkey ^R rs_peco
|
bindkey ^R rs_peco
|
||||||
PECO=/usr/bin/
|
PECO=/usr/bin/
|
||||||
|
|
||||||
|
if [[ "$TERM_PROGRAM" == "tmux" ]] || [[ -n $TMUX ]]; then
|
||||||
|
export TERMINFO="xterm-256color" # peco issue 554
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Start thunderbird with correct time-format ##
|
## Start thunderbird with correct time-format ##
|
||||||
|
|||||||
Reference in New Issue
Block a user