diff options
-rw-r--r-- | .vimrc | 1 | ||||
-rw-r--r-- | .zshrc | 6 |
2 files changed, 3 insertions, 4 deletions
@@ -99,4 +99,3 @@ let g:airline_powerline_fonts = 1 " vimwiki let g:vimwiki_list = [{'path':'~/stuff/wiki', 'path_html':'~/stuff/wiki/html/'}] - @@ -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 ;; |