Skip to content

Instantly share code, notes, and snippets.

@spaced
Created June 15, 2019 09:06
Show Gist options
  • Save spaced/55bd9b345c33f9782c7c0a00ac4af322 to your computer and use it in GitHub Desktop.
Save spaced/55bd9b345c33f9782c7c0a00ac4af322 to your computer and use it in GitHub Desktop.
update oh my zsh and all plugins
cd ~/.oh-my-zsh && find . -type d -name ".git" -exec sh -c 'cd $1/..; git pull' _ {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment