aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Davidson <daviryan@aol.com>2018-04-03 16:04:28 +0300
committerRyan Davidson <daviryan@aol.com>2018-04-03 16:04:28 +0300
commite85fb6c93d6bc77d827133a3419d888fed5c8a4d (patch)
tree46973f8e08fd971d5516e22ebbaff9201cb02474 /README.md
parent9f7b0b7404a3d5307755d5e55ddc33e2e39090ba (diff)
#777 update Readme with POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW variable description
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46d8ab61..a04b4eea 100644
--- a/README.md
+++ b/README.md
@@ -511,6 +511,10 @@ It figures out the version being used by taking the output of the `rbenv version
* If `rbenv` is not in $PATH, nothing will be shown.
* If the current Ruby version is the same as the global Ruby version, nothing will be shown.
+| Variable | Default Value | Description |
+|----------|---------------|-------------|
+|`POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW`|`false`|Set to true if you wish to show the rbenv segment even if the current Ruby version is the same as the global Ruby version|
+
##### rspec_stats
See [Unit Test Ratios](#unit-test-ratios), below.