From ac5996dcd3cf166efb3aa2015f02c80d8f5526d1 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 25 Dec 2021 10:02:29 +0100 Subject: [PATCH] fix: vim plug in update function --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 58a99e6..6eb8e35 100644 --- a/zshrc +++ b/zshrc @@ -81,7 +81,7 @@ bindkey -M viins '^x^j' fzf-cd-widget # (j)ump # Get OS X Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages function update () { - vim -u ~/.config/nvim/init.vim +PlugUpgrade +PlugInstall +PlugClean +qall + nvim +PlugUpgrade +PlugInstall +PlugClean +qall brew update && brew outdated && brew upgrade && brew cleanup sudo gem update --system && sudo gem update && gem cleanup all npm update npm -g