mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(zsh): update the update function to new vim source
This commit is contained in:
2
zshrc
2
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
|
||||
|
||||
Reference in New Issue
Block a user