Updating to use xterm-256color

This commit is contained in:
Andrew Schwartzmeyer 2013-03-31 09:39:16 +04:00
commit f29f4a0b77

View file

@ -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