Skip to content

Instantly share code, notes, and snippets.

@neverything
Created February 23, 2016 16:10
Show Gist options
  • Save neverything/f826de0a5acc913cb65b to your computer and use it in GitHub Desktop.
Save neverything/f826de0a5acc913cb65b to your computer and use it in GitHub Desktop.
Keep your Vagrant plugins up to date, thanks to https://twitter.com/unserkaiser/status/702136123733254144
vagrant plugin update $(vagrant plugin list |awk '/^[:alnum:]/i {print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment