Skip to content

Instantly share code, notes, and snippets.

@sverweij
Last active July 5, 2016 05:32
Show Gist options
  • Save sverweij/a97cd9b0728cbe265aea1bc63e5331bd to your computer and use it in GitHub Desktop.
Save sverweij/a97cd9b0728cbe265aea1bc63e5331bd to your computer and use it in GitHub Desktop.
nvm-latest alias
alias nvm-latest='nvm ls-remote 4 | tail -1 && nvm ls-remote 5 | tail -1 && nvm ls-remote 6 | tail -1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment