From: Travis Swicegood Date: Thu, 31 Mar 2011 22:01:52 +0000 (-0500) Subject: make sure tmux is launched in 256 color mode X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=ad502d9483565e5ca973cf512bce43e7fe101b4e;p=common%2Fbash_it.git make sure tmux is launched in 256 color mode --- diff --git a/plugins/tmux.plugin.bash b/plugins/tmux.plugin.bash new file mode 100644 index 0000000..ff35336 --- /dev/null +++ b/plugins/tmux.plugin.bash @@ -0,0 +1,2 @@ +# make sure that tmux is launched in 256 color mode +alias tmux="TERM=xterm-256color tmux"