summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2019-04-02 09:41:11 +0300
committerGitHub <noreply@github.com>2019-04-02 09:41:11 +0300
commit3dafd79c41f8601b055e607ffefbfe3250c26040 (patch)
treed1f9b9d776dc1889c080a6d1f1843287720331e2
parent469ff8dedac026b4ee349e4eccb660abe2023c6b (diff)
parent6e67ade8f31b3ebc4df54fbfb36b7213f8e407b3 (diff)
Merge pull request #1188 from ChrisBaker97/patch-1
[Docs] remove reference to POWERLEVEL9K_RBENV_ALWAYS
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index b4e5fb2c..d513fbb2 100644
--- a/README.md
+++ b/README.md
@@ -573,10 +573,6 @@ 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.
* 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 the `rbenv` segment, even if the local version matches the global.|
-
| 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|