mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-04 15:56:35 +00:00
cleanup: shfmt, shellcheck, and whitespace
This commit is contained in:
@@ -18,7 +18,7 @@ function __init_vim_devicons() {
|
||||
curl -fsSL -o ~/.vim/plugins/devicons.vim "$WEBI_HOST/packages/vim-devicons/devicons.vim"
|
||||
fi
|
||||
|
||||
if ! grep 'source.*plugins.devicons.vim' -r ~/.vimrc >/dev/null 2>/dev/null; then
|
||||
if ! grep 'source.*plugins.devicons.vim' -r ~/.vimrc > /dev/null 2> /dev/null; then
|
||||
set +e
|
||||
mkdir -p ~/.vim/plugins
|
||||
printf '\n" devicons: reasonable defaults from webinstall.dev/vim-devicons\n' >> ~/.vimrc
|
||||
|
||||
Reference in New Issue
Block a user