diff options
author | Alexandre ZANNI <16578570+noraj@users.noreply.github.com> | 2018-04-12 23:54:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 23:54:34 +0300 |
commit | 2eddce2f62ec848fb8063390e7382d7d7e07a22f (patch) | |
tree | 06cd165d6ebf5c91ae81bcdbe9b8d8c1dde86c3c /README.md | |
parent | afb7387abec505fb6565d31481c5f5ed724c2f08 (diff) |
add rvm
see those files and look for `rvm`
+ https://github.com/bhilburn/powerlevel9k/blob/master/CHANGELOG.md
+ https://github.com/bhilburn/powerlevel9k/blob/master/powerlevel9k.zsh-theme
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:** |