mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Updating to use xterm-256color
This commit is contained in:
parent
b6299678b2
commit
f29f4a0b77
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if which tmux &> /dev/null
|
|||
# The TERM to use for 256 color terminals.
|
||||
# Tmux states this should be screen-256color, but you may need to change it on
|
||||
# systems without the proper terminfo
|
||||
[[ -n "$ZSH_TMUX_FIXTERM_WITH_256COLOR" ]] || ZSH_TMUX_FIXTERM_WITH_256COLOR="screen-256color"
|
||||
[[ -n "$ZSH_TMUX_FIXTERM_WITH_256COLOR" ]] || ZSH_TMUX_FIXTERM_WITH_256COLOR="xterm-256color"
|
||||
|
||||
|
||||
# Get the absolute path to the current directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue