diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-04-14 04:38:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 04:38:30 +0300 |
commit | 6e3ceb8882788727534c2438d937e3e520f7fbbc (patch) | |
tree | 309c551f13afc41ecca6190b52cc7c452312eb4c /README.md | |
parent | c6504ada3487e9f5afbd30b1ea41d041ccdd105e (diff) | |
parent | 2eddce2f62ec848fb8063390e7382d7d7e07a22f (diff) |
Merge pull request #799 from noraj/patch-1
add rvm to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ The segments that are currently available are: * [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active). * [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (if one is active). * [`rspec_stats`](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec. + * `rvm` - Ruby environment information using `$GEM_HOME` and `$MY_RUBY_HOME` (if one is active). * **Rust Segments:** * `rust_version` - Display the current rust version and [logo](https://www.rust-lang.org/logos/rust-logo-blk.svg). * **Swift Segments:** |