aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-09-29 00:24:39 +0300
committerGitHub <noreply@github.com>2017-09-29 00:24:39 +0300
commit095351cfe105acb48c1cd6874f4115bc50aaacbb (patch)
tree6a9f67948dbf74df917e8198f19912131ead37da /README.md
parent79a73ef4aaa0f2c5a98ec837bf198dccf7d8c90f (diff)
Cleaning up README language about new `rbenv` feature.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7d8b8e2..3a40af61 100644
--- a/README.md
+++ b/README.md
@@ -498,11 +498,11 @@ This segment shows the version of Ruby being used when using `rbenv` to change y
It figures out the version being used by taking the output of the `rbenv version-name` command.
* 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.
+* By default, if the current local Ruby version is the same as the global Ruby version, nothing will be shown. See the configuration variable, below, to modify this behavior.
Variable | Default Value | Description |
|----------|---------------|-------------|
-|`POWERLEVEL9K_RBENV_ALWAYS`|'false'|Always show rbenv version, even if global|
+|`POWERLEVEL9K_RBENV_ALWAYS`|'false'|Always show the `rbenv` segment, even if the local version matches the global.|
##### rspec_stats