Adds Node.js options to README

This commit is contained in:
Caio Gondim
2014-07-12 20:52:34 +02:00
parent 039cf5e180
commit b2dcf6992e
2 changed files with 8 additions and 1 deletions

View File

@@ -74,6 +74,13 @@ BULLETRTAIN_VIRTUALENV_FG=white
BULLETRTAIN_VIRTUALENV_PREFIX=🐍 BULLETRTAIN_VIRTUALENV_PREFIX=🐍
``` ```
Node.js version, if NVM is installed
```bash
BULLETTRAIN_NVM_BG=green
BULLETTRAIN_NVM_FG=white
BULLETTRAIN_NVM_PREFIX="⬡ "
```
RMV backgound and foreground color, and the symbol used for the segment RMV backgound and foreground color, and the symbol used for the segment
```bash ```bash
BULLETTRAIN_RVM_BG=magenta BULLETTRAIN_RVM_BG=magenta

View File

@@ -25,9 +25,9 @@ BULLETRTAIN_VIRTUALENV_BG=yellow
BULLETRTAIN_VIRTUALENV_FG=white BULLETRTAIN_VIRTUALENV_FG=white
BULLETRTAIN_VIRTUALENV_PREFIX=🐍 BULLETRTAIN_VIRTUALENV_PREFIX=🐍
BULLETTRAIN_NVM_PREFIX="⬡ "
BULLETTRAIN_NVM_BG=green BULLETTRAIN_NVM_BG=green
BULLETTRAIN_NVM_FG=white BULLETTRAIN_NVM_FG=white
BULLETTRAIN_NVM_PREFIX="⬡ "
BULLETTRAIN_RVM_BG=magenta BULLETTRAIN_RVM_BG=magenta
BULLETTRAIN_RVM_FG=white BULLETTRAIN_RVM_FG=white