diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-23 21:43:33 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-23 21:43:33 +0200 |
commit | 8b022424b8b4004787d6255b8023a43e5c8c4fbe (patch) | |
tree | 06aac0b3b94dfda42b77739b766c3ca240855012 | |
parent | 040d61516a2807ec495d7434ef29ab8e478cd662 (diff) |
fix
-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 |