]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Fix broken path, also, add ctags yo.
authorBen Beltran <redacted>
Mon, 8 Apr 2013 22:20:29 +0000 (17:20 -0500)
committerBen Beltran <redacted>
Mon, 8 Apr 2013 22:20:29 +0000 (17:20 -0500)
vim/.backup/.htaccess.swp [deleted file]
vimrc
zshrc

diff --git a/vim/.backup/.htaccess.swp b/vim/.backup/.htaccess.swp
deleted file mode 100644 (file)
index 5c0572a..0000000
Binary files a/vim/.backup/.htaccess.swp and /dev/null differ
diff --git a/vimrc b/vimrc
index 5ce3d57965845933decc73e23c4f237acb08a446..9ac964a159a905ced5ed1489b49cb35ad505bf43 100755 (executable)
--- a/vimrc
+++ b/vimrc
@@ -146,6 +146,7 @@ endif
 
 " Mapping for TagBar
 nmap <F8> :TagbarToggle<CR>
+let g:tagbar_ctags_bin="/usr/local/bin/ctags"
 
 " Color Column
 set colorcolumn=81
@@ -161,3 +162,7 @@ set foldlevel=1
 
 " powerline stuff
 let g:Powerline_symbols = 'fancy'
+
+" Fix CtrlP root folder and add some ignores
+let g:ctrlp_working_path_mode = 0
+let g:ctrlp_custom_ignore = '\v[\/](\.(git|hg|svn)|node_modules)$'
diff --git a/zshrc b/zshrc
index a18d2846b498133d44e88c327a7800b725203e4f..f1f9e6ae36bdb661610b5bf2f4b1197be8d8a1ae 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -65,4 +65,3 @@ bindkey '^R' history-incremental-pattern-search-backward
 #
 
 # Customize to your needs...
-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