2016-02-12 04:45:25 +08:00
|
|
|
" 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
|
2017-03-10 19:24:41 +08:00
|
|
|
set shell=/usr/bin/zsh\ -l
|