From ad502d9483565e5ca973cf512bce43e7fe101b4e Mon Sep 17 00:00:00 2001 From: Travis Swicegood Date: Thu, 31 Mar 2011 17:01:52 -0500 Subject: [PATCH] make sure tmux is launched in 256 color mode --- plugins/tmux.plugin.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/tmux.plugin.bash 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" -- 2.17.1