summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-23 21:43:33 +0200
committerPatrick Simianer <p@simianer.de>2014-06-23 21:43:33 +0200
commit8b022424b8b4004787d6255b8023a43e5c8c4fbe (patch)
tree06aac0b3b94dfda42b77739b766c3ca240855012
parent040d61516a2807ec495d7434ef29ab8e478cd662 (diff)
fix
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index bf9f6e4..ed3a03e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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