5 lines
207 B
VimL
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
|