make sure tmux is launched in 256 color mode
authorTravis Swicegood <development@domain51.com>
Thu, 31 Mar 2011 22:01:52 +0000 (17:01 -0500)
committerTravis Swicegood <development@domain51.com>
Thu, 31 Mar 2011 22:02:48 +0000 (17:02 -0500)
plugins/tmux.plugin.bash [new file with mode: 0644]

diff --git a/plugins/tmux.plugin.bash b/plugins/tmux.plugin.bash
new file mode 100644 (file)
index 0000000..ff35336
--- /dev/null
@@ -0,0 +1,2 @@
+# make sure that tmux is launched in 256 color mode
+alias tmux="TERM=xterm-256color tmux"