mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-11 12:33:47 -05:00
Take bash path from /usr/bin/env for non Linux environment
This commit is contained in:
committed by
Tim Pope
parent
679e53d615
commit
7f46e82fc7
@@ -64,7 +64,7 @@ if has('path_extra')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276'))
|
if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276'))
|
||||||
set shell=/bin/bash
|
set shell=/usr/bin/env\ bash
|
||||||
endif
|
endif
|
||||||
|
|
||||||
set autoread
|
set autoread
|
||||||
|
|||||||
Reference in New Issue
Block a user