Sfoglia il codice sorgente

fix vim colors for tmuxinator as well

Weiyi Lou 13 anni fa
parent
commit
5508e9f5a5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 # We need to force a TERM type for tmux
 # Ensure that the terminal emulator also reports TERM as 'screen-256color'
 # Ensure that the terminal emulator also reports TERM as 'screen-256color'
 alias tmux='TERM=screen-256color tmux'
 alias tmux='TERM=screen-256color tmux'
+# Seems to be needed for tmuxinator as well
+alias mux='TERM=screen-256color mux'