diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-11 16:29:36 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-11 16:29:36 +0100 |
commit | 098ff5a14faf9542a62bfb07d50c06e689525137 (patch) | |
tree | 2780e5462d5acbb1c6b0059f81a04ac41407e950 | |
parent | 88262ac2caf408e07dc1f402d31663be2d9a0e9f (diff) |
zshrc: gpu nodes
-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 |