We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9fdb6 commit fd46fb6Copy full SHA for fd46fb6
vim/settings/path.vim
@@ -1,4 +1,11 @@
1
" Set the shell to bash so we inherit its path, to make sure
2
" we inherit its path. This affects :Rtags finding the right
3
" path to homebrewed ctags rather than the XCode version of ctags
4
-set shell=bash\ -i
+"
5
+" Use login Shell instead of interactive shell to avoid
6
+" vimdiff suspended at startup
7
+if has("gui_running")
8
+ set shell=bash\ -i
9
+else
10
+ set shell=bash\ -l
11
+endif
0 commit comments