Skip to content

Commit

Permalink
Change ctags path to /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
konker committed Apr 18, 2013
1 parent eeead8d commit abf59e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -40,7 +40,7 @@ Bundle 'tpope/vim-markdown'
let g:Powerline_symbols = 'fancy'

" TagBar
let g:tagbar_ctags_bin = '/usr/local/bin/ctags'
let g:tagbar_ctags_bin = '/usr/bin/ctags'
nmap <F8> :TagbarToggle<CR>
noremap <Leader>t :TagbarToggle<CR>
Expand Down
2 changes: 1 addition & 1 deletion bin/gentags
@@ -1,6 +1,6 @@
#!/bin/bash

CTAGS_EXEC=/usr/local/bin/ctags
CTAGS_EXEC=/usr/bin/ctags
f=.tags
path=$(pwd)

Expand Down

0 comments on commit abf59e5

Please sign in to comment.