From 4a70ce77f143e90e4c8086bd4fe388f12127959c Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 22 Jun 2022 11:20:40 +0200 Subject: [PATCH] chore(zsh): move Vim update task back to main update task --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 676e57c..798f7cd 100644 --- a/zshrc +++ b/zshrc @@ -89,6 +89,7 @@ function vimUpdate () { # Get OS X Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages function update () { + vim +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