dotar/vim/settings/path.vim

5 lines
215 B
VimL
Raw Normal View History

" 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=/usr/bin/zsh\ -l