summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index afa2d8a..9b62364 100644
--- a/.zshrc
+++ b/.zshrc
@@ -63,7 +63,7 @@ case `hostname` in
2pac)
HOSTCOLOR=green
;;
- CLuster)
+ CLuster|node*)
HOSTCOLOR=cyan
;;
coltrane)
@@ -84,7 +84,7 @@ case `hostname` in
esac
case `hostname` in
- 2pac|CLuster|coltrane|donna|vicious)
+ 2pac|CLuster|node*|coltrane|donna|vicious)
export GEM_HOME=/toolbox/ruby/
export PYTHONPATH=$PYTHONPATH:/toolbox/python/lib/python2.7/site-packages
export PATH=~/vim/bin:/toolbox/scripts:/opt/java/bin/:/toolbox/ruby/bin/:$PATH
@@ -104,7 +104,7 @@ case `hostname` in
esac
case `hostname` in
- 2pac|CLuster)
+ 2pac|CLuster|node*)
export GEM_HOME=$HOME/lib/ruby/
export GEM_PATH=/toolbox/ruby/:$GEM_PATH
;;