mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(zsh): move Vim update task back to main update task
This commit is contained in:
1
zshrc
1
zshrc
@@ -89,6 +89,7 @@ function vimUpdate () {
|
|||||||
|
|
||||||
# Get OS X Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages
|
# Get OS X Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages
|
||||||
function update () {
|
function update () {
|
||||||
|
vim +PlugUpgrade +PlugInstall +PlugClean +qall
|
||||||
brew update && brew outdated && brew upgrade && brew cleanup
|
brew update && brew outdated && brew upgrade && brew cleanup
|
||||||
sudo gem update --system && sudo gem update && gem cleanup all
|
sudo gem update --system && sudo gem update && gem cleanup all
|
||||||
npm update npm -g
|
npm update npm -g
|
||||||
|
|||||||
Reference in New Issue
Block a user