From: Ben Beltran Date: Mon, 8 Apr 2013 22:20:29 +0000 (-0500) Subject: Fix broken path, also, add ctags yo. X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/eb45b5761906bdf075e182fff6effdca0d30c134 Fix broken path, also, add ctags yo. --- diff --git a/vim/.backup/.htaccess.swp b/vim/.backup/.htaccess.swp deleted file mode 100644 index 5c0572a..0000000 Binary files a/vim/.backup/.htaccess.swp and /dev/null differ diff --git a/vimrc b/vimrc index 5ce3d57..9ac964a 100755 --- a/vimrc +++ b/vimrc @@ -146,6 +146,7 @@ endif " Mapping for TagBar nmap :TagbarToggle +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 a18d284..f1f9e6a 100644 --- 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