summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
-rw-r--r--.zshrc6
2 files changed, 3 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index 1111402..d8c4261 100644
--- a/.vimrc
+++ b/.vimrc
@@ -99,4 +99,3 @@ let g:airline_powerline_fonts = 1
" vimwiki
let g:vimwiki_list = [{'path':'~/stuff/wiki', 'path_html':'~/stuff/wiki/html/'}]
-
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
;;