From fd39186883956c9aa297584fed8b1b9c547f1b7b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 23 Dec 2021 19:22:55 +0100 Subject: [PATCH] chore(zsh): remove deprecated command --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 498aec8..58a99e6 100644 --- a/zshrc +++ b/zshrc @@ -82,7 +82,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 - brew update && brew outdated && brew upgrade && brew cleanup && brew cask upgrade + brew update && brew outdated && brew upgrade && brew cleanup sudo gem update --system && sudo gem update && gem cleanup all npm update npm -g npm update -g