diff --git a/vim/settings/path.vim b/vim/settings/path.vim new file mode 100644 index 00000000..fa23131f --- /dev/null +++ b/vim/settings/path.vim @@ -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