tmux.zsh 344 B

1234567
  1. # tmux + vim solarised colours are strange:
  2. # https://github.com/altercation/solarized/issues/159
  3. # We need to force a TERM type for tmux
  4. # Ensure that the terminal emulator also reports TERM as 'screen-256color'
  5. # Seems to be needed separately for tmuxinator as well
  6. alias tmux='TERM=screen-256color tmux'
  7. alias mux='TERM=screen-256color mux'