1
0
forked from extern/nix-config

vim: Don't restrict shell to sh

As far as I remember, this makes using the built-in terminal command
more convenient.
This commit is contained in:
Donovan Glover 2023-01-06 12:35:36 -05:00
parent ebfee783b0
commit b1f7d08eac
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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')