diff options
author | Patrick Simianer <p@simianer.de> | 2016-03-24 14:32:13 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-03-24 14:32:13 +0100 |
commit | 9aa5be37eeda5a2cbd9715e24908c6ce7980aa78 (patch) | |
tree | 8ee099697ae97168ab55f6b54486c6307bcfc4b5 | |
parent | a143ff4c13b3812b7126eef1b39d3a48c02c5250 (diff) |
zsh: new host
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ case `hostname` in esac case `hostname` in - 2pac|CLuster|node*|gpu*|coltrane|donna|vicious) + 2pac|CLuster|node*|gpu*|coltrane|donna|vicious|lemmy) 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/ |