From f5f56c2071b574183ea99a8735501ee976f8cc7e Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 7 Aug 2017 10:56:05 -0400 Subject: [PATCH] fix for forcing tmux to 256 colors --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6902486..c2193e3 100644 --- a/.zshrc +++ b/.zshrc @@ -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" \ No newline at end of file