Set default shell to bash instead of sh

This commit is contained in:
ViViDboarder 2015-10-26 10:23:45 -07:00
parent a2af8da3a5
commit 3cb93b7ff5
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -4,7 +4,7 @@
if !1 | finish | endif
if &shell =~# 'fish$'
set shell=sh
set shell=bash
endif
if &compatible