mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update plugins/tmux/tmux.plugin.zsh
This commit is contained in:
parent
239f53cf2a
commit
c599dd1572
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ fi
|
|||
# The TERM to use for 256 color terminals.
|
||||
# Tmux states this should be (tmux|screen)-256color, but you may need to change it on
|
||||
# systems without the proper terminfo
|
||||
if [[ -e /usr/share/terminfo/t/tmux-256color]]; then
|
||||
if [[ -e /usr/share/terminfo/t/tmux-256color ]]; then
|
||||
: ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=tmux-256color}
|
||||
else
|
||||
: ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=screen-256color}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue