diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -86,11 +86,10 @@ case `hostname` in ;; vicious*) HOSTCOLOR=yellow + alias tmux='TERM=screen-256color tmux -f ~/.tmux.vicious.conf' ;; x) HOSTCOLOR=magenta - ;; - *) alias tmux='TERM=screen-256color tmux' ;; esac |