aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Nicholson <mnicholson@spotify.com>2017-08-17 17:45:45 +0300
committerMatt Nicholson <mnicholson@spotify.com>2017-09-06 17:25:18 +0300
commit79a73ef4aaa0f2c5a98ec837bf198dccf7d8c90f (patch)
treee670745a34476c84667d1bebf08ce4274df2b66e /README.md
parent9f4faf7f21a992f32114f134dfb0737657241b37 (diff)
add ability to force rbenv being shown
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 9c17c2c5..c7d8b8e2 100644
--- a/README.md
+++ b/README.md
@@ -500,6 +500,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_ALWAYS`|'false'|Always show rbenv version, even if global|
+
##### rspec_stats
See [Unit Test Ratios](#unit-test-ratios), below.