Browse Source

fix vim colors for tmuxinator as well

Weiyi Lou 13 years ago
parent
commit
5508e9f5a5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      zsh/omz-custom/tmux.zsh

+ 2 - 0
zsh/omz-custom/tmux.zsh

@@ -3,3 +3,5 @@
 # We need to force a TERM type for tmux
 # Ensure that the terminal emulator also reports TERM as 'screen-256color'
 alias tmux='TERM=screen-256color tmux'
+# Seems to be needed for tmuxinator as well
+alias mux='TERM=screen-256color mux'