chore(zsh): move Vim update task back to main update task

This commit is contained in:
Stefan Imhoff
2022-06-22 11:20:40 +02:00
parent bad0158054
commit 4a70ce77f1

1
zshrc
View File

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