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 | 162b65d8624bac4e04a3ac6ccd46ce7e8975fb81 (patch) | |
| tree | d67b0b8d250eea1d419a395807e2cad618078c2e | |
| parent | e9d97ebe4bbe36ec2b11d364934e6d21374bcc37 (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 |