tmux.zsh 333 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. alias tmux='TERM=screen-256color tmux'
  6. # Seems to be needed for tmuxinator as well
  7. alias mux='TERM=screen-256color mux'