From d6743abe7a74aa7bd27fc28b3aba643b4de2139a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 17 Dec 2021 16:18:58 +0100 Subject: [PATCH] chore(zsh): update the update function to new vim source --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index ad96985..498aec8 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 ~/.vimrc +PlugUpgrade +PlugInstall +PlugClean +qall + vim -u ~/.config/nvim/init.vim +PlugUpgrade +PlugInstall +PlugClean +qall brew update && brew outdated && brew upgrade && brew cleanup && brew cask upgrade sudo gem update --system && sudo gem update && gem cleanup all npm update npm -g