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:
parent
ebfee783b0
commit
b1f7d08eac
@ -1,10 +1,6 @@
|
|||||||
" New Start: A modern Arch workflow built with an emphasis on functionality.
|
" New Start: A modern Arch workflow built with an emphasis on functionality.
|
||||||
" Copyright (C) 2017-2019 Donovan Glover
|
" Copyright (C) 2017-2019 Donovan Glover
|
||||||
|
|
||||||
if &shell =~# 'fish$'
|
|
||||||
set shell=sh
|
|
||||||
endif
|
|
||||||
|
|
||||||
let plugsys = glob('/usr/share/vim/vimfiles/autoload/plug.vim')
|
let plugsys = glob('/usr/share/vim/vimfiles/autoload/plug.vim')
|
||||||
let plugusr = glob('~/.vim/autoload/plug.vim')
|
let plugusr = glob('~/.vim/autoload/plug.vim')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user