diff options
Diffstat (limited to '.zshrc')
-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' |