From 098ff5a14faf9542a62bfb07d50c06e689525137 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 11 Feb 2016 16:29:36 +0100 Subject: zshrc: gpu nodes --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 6acb6ab..ad6a22c 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3