aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2013-03-28 14:53:32 -0600
committerBen Beltran <ben@nsovocal.com>2013-03-28 14:53:32 -0600
commit2237ebab8a00abaee785c9fb7b80c3b6758c26e5 (patch)
tree747994557500e51d65f4e861c5d857e5abbaa839
parentc6a3130e589c530b7f57cdf513a1e122fac16797 (diff)
Local vim/zsh changes
-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