From cc4b8043f089a6ab54090c8ea9c55bc9b874199c Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Thu, 11 Feb 2016 14:45:25 -0600 Subject: [PATCH] Set shell so that path to ctags is correct --- vim/settings/path.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/settings/path.vim diff --git a/vim/settings/path.vim b/vim/settings/path.vim new file mode 100644 index 0000000..fa23131 --- /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