diff options
-rw-r--r-- | .zshrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -72,7 +72,7 @@ case `hostname` in 2pac) HOSTCOLOR=green ;; - CLuster|node*) + CLuster|node*|gpu*) HOSTCOLOR=cyan ;; coltrane) @@ -93,7 +93,7 @@ case `hostname` in esac case `hostname` in - 2pac|CLuster|node*|coltrane|donna|vicious) + 2pac|CLuster|node*|gpu*|coltrane|donna|vicious) PROMPT="[%m:%~]%{$fg[$HOSTCOLOR]%}%B%%%b%{$reset_color%} " export PATH=/home/mitarb/simianer/bin:/home/pks/bin:/opt/java/bin:/toolbox/ruby/bin:$PATH export GEM_HOME=/toolbox/ruby/ @@ -113,7 +113,7 @@ case `hostname` in esac case `hostname` in - 2pac|CLuster|node*) + 2pac|CLuster|node*|gpu*) export GEM_HOME=$HOME/lib/ruby/ export GEM_PATH=/toolbox/ruby/:$GEM_PATH ;; @@ -123,7 +123,7 @@ case `hostname` in esac case `hostname` in - CLuster|node*) + CLuster|node*|gpu*) alias tmux="tmux -f ~/.tmux.CLuster.conf" ;; esac |