From 16956153a9542c6f0bef2c95fd10ad38bbcae342 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 21 May 2015 13:52:19 -0700 Subject: [PATCH] Add support for fish shell, just in case --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 9f44c59..86a1c58 100644 --- a/vimrc +++ b/vimrc @@ -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