Take bash path from /usr/bin/env for non Linux environment

This commit is contained in:
Roberto V. Alfieri
2018-10-23 16:34:45 +02:00
committed by Tim Pope
parent 679e53d615
commit 7f46e82fc7

View File

@@ -64,7 +64,7 @@ if has('path_extra')
endif
if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276'))
set shell=/bin/bash
set shell=/usr/bin/env\ bash
endif
set autoread