From 7edf77b2002798adffccca705fadbce52caba686 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 7 Jul 2014 16:05:37 +0200 Subject: fix --- .vimrc | 1 - .zshrc | 6 +++--- 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 ;; -- cgit v1.2.3