Last active
July 5, 2016 05:32
-
-
Save sverweij/a97cd9b0728cbe265aea1bc63e5331bd to your computer and use it in GitHub Desktop.
nvm-latest alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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