From 2eddce2f62ec848fb8063390e7382d7d7e07a22f Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 12 Apr 2018 22:54:34 +0200 Subject: [PATCH 1/3] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46d8ab61..5a8ae852 100644 --- a/README.md +++ b/README.md @@ -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:** From 02d4e76eb4e7864a9f5ee326b6971a8407c93c4e Mon Sep 17 00:00:00 2001 From: lifehackett Date: Fri, 13 Apr 2018 08:07:43 -0600 Subject: [PATCH 2/3] Fix table formatting in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46d8ab61..43e9cb68 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ level. This will override the default battery icon. In order to do this, you need to define the `POWERLEVEL9k_BATTERY_STAGES` variable. | Variable | Default Value | Description | +|----------|---------------|-------------| | `POWERLEVEL9K_BATTERY_STAGES`|Unset|A string or array, which each index indicates a charge level.| Powerlevel9k will use each index of the string or array as a stage to indicate battery From cfda084eb80b76471f1b0fff5eb1332be153974f Mon Sep 17 00:00:00 2001 From: lifehackett Date: Fri, 13 Apr 2018 08:13:15 -0600 Subject: [PATCH 3/3] Another table formatting fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43e9cb68..f7bab697 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,9 @@ As with the battery stages, you can use any number of colors and Powerlevel9k will automatically use all of them appropriately. Some example settings: + |Brightness|Possible Array| +|----------|--------------| |Bright Colors|(196 202 208 214 220 226 190 154 118 82 46)| |Normal Colors|(124 130 136 142 148 112 76 40 34 28 22)| |Subdued Colors|( 88 94 100 106 70 34 28 22)|