summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-07-15 15:00:32 +0200
committerPatrick Simianer <p@simianer.de>2014-07-15 15:00:32 +0200
commit19ed98290e1c87e2539e585f8ac0ef51135d87eb (patch)
treee4ffb2099824743a38a10d54c575c3b508b90f36 /.zshrc
parentf9d52cc78b33666b917f947572a05a6824bdc2ee (diff)
fix
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
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'