diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-03-28 14:53:32 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-03-28 14:53:32 -0600 |
| commit | 2237ebab8a00abaee785c9fb7b80c3b6758c26e5 (patch) | |
| tree | 747994557500e51d65f4e861c5d857e5abbaa839 | |
| parent | c6a3130e589c530b7f57cdf513a1e122fac16797 (diff) | |
Local vim/zsh changes
| -rwxr-xr-x | vimrc | 3 | ||||
| -rw-r--r-- | zshrc | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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' @@ -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 |