Set shell so that path to ctags is correct
This commit is contained in:
4
vim/settings/path.vim
Normal file
4
vim/settings/path.vim
Normal 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
|
||||||
Reference in New Issue
Block a user