diff options
author | Alex LaFroscia <alex@lafroscia.com> | 2015-10-14 02:17:08 +0300 |
---|---|---|
committer | Alex LaFroscia <alex@lafroscia.com> | 2015-10-14 02:17:08 +0300 |
commit | d5ffa502e26b574577f523e22476f23ec4567083 (patch) | |
tree | dc54de759fe57e3f152a7771f82a640e985ab699 | |
parent | 7e6339ec2770bacc71ba83139330aec574f752f6 (diff) |
Add note about NVM to the readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ The segments that are currently available are: * [ip](#ip) - Shows the current IP address. * **load** - Your machines 5 minute load average and free RAM. * **node_version** - Show the version number of the installed Node.js. +* **nvm** - Show the version of Node that is currently active, if it differs from the version used by NVM * **os_icon** - Display a nice little icon, depending on your operating system. * **php_version** - Show the current PHP version. * [rbenv](#rbenv) - Ruby environment information (if one is active). |