dotar/vim/settings/path.vim
2016-02-11 14:45:25 -06:00

5 lines
207 B
VimL

" Set the shell to bash so we inherit its path, to make sure
" we inherit its path. This affects :Rtags finding the right
" path to homebrewed ctags rather than the XCode version of ctags
set shell=bash\ -i