summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'