Set shell so that path to ctags is correct
This commit is contained in:
parent
22bf2faf34
commit
cc4b8043f0
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
|
Loading…
Reference in New Issue
Block a user