diff --git a/zshrc b/zshrc index 58a99e6..6eb8e35 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 ~/.config/nvim/init.vim +PlugUpgrade +PlugInstall +PlugClean +qall + nvim +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