commit | ad502d9483565e5ca973cf512bce43e7fe101b4e | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周四 3月 31 17:01:52 2011 -0500 |
committer | Travis Swicegood <development@domain51.com> | 周四 3月 31 17:02:48 2011 -0500 |
tree | 324854829b2e006c6e9da19efcea8bb1dedfe590 | |
parent | 97e73f44dc345555008fba8c400dd860ee2cf084 [diff] |
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"