diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-09-29 00:30:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 00:30:03 +0300 |
commit | 9ab067bd6229ea776728604c3fc6802e6059562f (patch) | |
tree | 52baa1ed2f9cf9d4479bb0c8763e80ea347eb5a7 /README.md | |
parent | 50f0a94642222e62fc30f7f3f2e487ad962210c7 (diff) | |
parent | 748f9868fcf275a12359d23433191118ff690489 (diff) |
Merge pull request #610 from sjoeboo/rbenv_always
Add ability to always show rbenv prompt
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -509,7 +509,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 the `rbenv` segment, even if the local version matches the global.| ##### rspec_stats |