summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2018-04-14 05:04:50 +0300
committerGitHub <noreply@github.com>2018-04-14 05:04:50 +0300
commit13b0e383a066c9c37d5cf71d4af521f9b73a173e (patch)
tree5ab3528e02d0e4062db52eda7d954c0744554fd7 /README.md
parent0d8bfb68f44769add9d035eb07acc191485e197c (diff)
parente85fb6c93d6bc77d827133a3419d888fed5c8a4d (diff)
Merge pull request #795 from ryandav/rbenv-prompt-option-always-displays-#777
Rbenv prompt option always displays #777
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 aff17472..47a62c95 100644
--- a/README.md
+++ b/README.md
@@ -516,6 +516,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.