Set shell so that path to ctags is correct

This commit is contained in:
Yan Pritzker 2016-02-11 14:45:25 -06:00
parent 22bf2faf34
commit cc4b8043f0

4
vim/settings/path.vim Normal file
View File

@ -0,0 +1,4 @@
" 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