diff options
author | Patrick Simianer <p@simianer.de> | 2014-07-15 15:00:32 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-07-15 15:00:32 +0200 |
commit | 19ed98290e1c87e2539e585f8ac0ef51135d87eb (patch) | |
tree | e4ffb2099824743a38a10d54c575c3b508b90f36 | |
parent | f9d52cc78b33666b917f947572a05a6824bdc2ee (diff) |
fix
-rw-r--r-- | .zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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' |