aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvimrc3
-rw-r--r--zshrc2
2 files changed, 4 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index d88bac3..8b575bc 100755
--- a/vimrc
+++ b/vimrc
@@ -160,3 +160,6 @@ set foldlevel=1
" powerline stuff
let g:Powerline_symbols = 'fancy'
+
+" node cleaning
+let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'
diff --git a/zshrc b/zshrc
index b818570..b649043 100644
--- a/zshrc
+++ b/zshrc
@@ -63,4 +63,4 @@ alias rspec="rspec --color"
#
# Customize to your needs...
-export PATH=/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/benbeltran/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
+export PATH=/usr/local/share/npm/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/benbeltran/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin