fix for forcing tmux to 256 colors

This commit is contained in:
Stefen Auris 2017-08-07 10:56:05 -04:00
parent 2362a158bd
commit f5f56c2071

1
.zshrc
View file

@ -86,3 +86,4 @@ source $ZSH/oh-my-zsh.sh
export VISUAL="/usr/bin/vim"
export EDITOR="$VISUAL"
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=3'
alias tmux="tmux -2"