From 19ed98290e1c87e2539e585f8ac0ef51135d87eb Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 15 Jul 2014 15:00:32 +0200 Subject: fix --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 6e3ea03..a295d07 100644 --- a/.zshrc +++ b/.zshrc @@ -110,6 +110,12 @@ case `hostname` in ;; esac +case `hostname` in + node*) + alias tmux="TERM=screen-256color tmux -f ~/.tmux.`CLuster`.conf" + ;; +esac + function youtube() { mplayer -xy 0.5 $(youtube-dl -g "$@") ;} alias ls='ls -h --color=auto' -- cgit v1.2.3