make sure tmux is launched in 256 color mode

This commit is contained in:
Travis Swicegood
2011-03-31 17:01:52 -05:00
parent 97e73f44dc
commit ad502d9483

2
plugins/tmux.plugin.bash Normal file
View File

@@ -0,0 +1,2 @@
# make sure that tmux is launched in 256 color mode
alias tmux="TERM=xterm-256color tmux"