diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-04-14 05:04:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 05:04:50 +0300 |
commit | 13b0e383a066c9c37d5cf71d4af521f9b73a173e (patch) | |
tree | 5ab3528e02d0e4062db52eda7d954c0744554fd7 /README.md | |
parent | 0d8bfb68f44769add9d035eb07acc191485e197c (diff) | |
parent | e85fb6c93d6bc77d827133a3419d888fed5c8a4d (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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |