summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-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