From b1f7d08eacb4fd609ac899003da5a1ccf55fc161 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 6 Jan 2023 12:35:36 -0500 Subject: [PATCH] vim: Don't restrict shell to sh As far as I remember, this makes using the built-in terminal command more convenient. --- vim/.vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index bdbc0068..4637dcbc 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,10 +1,6 @@ " New Start: A modern Arch workflow built with an emphasis on functionality. " Copyright (C) 2017-2019 Donovan Glover -if &shell =~# 'fish$' - set shell=sh -endif - let plugsys = glob('/usr/share/vim/vimfiles/autoload/plug.vim') let plugusr = glob('~/.vim/autoload/plug.vim')