chore(zsh): update the update function to new vim source

This commit is contained in:
Stefan Imhoff
2021-12-17 16:18:58 +01:00
parent a19aaf0a8a
commit d6743abe7a

2
zshrc
View File

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