mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 00:47:34 +00:00
Add support for fish shell, just in case
This commit is contained in:
parent
8d24b9ab33
commit
16956153a9
4
vimrc
4
vimrc
@ -3,6 +3,10 @@
|
|||||||
" Note: Skip initialization for vim-tiny or vim-small.
|
" Note: Skip initialization for vim-tiny or vim-small.
|
||||||
if !1 | finish | endif
|
if !1 | finish | endif
|
||||||
|
|
||||||
|
if &shell =~# 'fish$'
|
||||||
|
set shell=sh
|
||||||
|
endif
|
||||||
|
|
||||||
if &compatible
|
if &compatible
|
||||||
set nocompatible
|
set nocompatible
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user