Add support for fish shell, just in case

This commit is contained in:
ViViDboarder 2015-05-21 13:52:19 -07:00
parent 8d24b9ab33
commit 16956153a9
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -3,6 +3,10 @@
" Note: Skip initialization for vim-tiny or vim-small.
if !1 | finish | endif
if &shell =~# 'fish$'
set shell=sh
endif
if &compatible
set nocompatible
endif