mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-22 15:21:56 +00:00
#777 update Readme with POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW variable description
This commit is contained in:
parent
9f7b0b7404
commit
e85fb6c93d
1 changed files with 4 additions and 0 deletions
|
@ -511,6 +511,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 `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.
|
* 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
|
##### rspec_stats
|
||||||
|
|
||||||
See [Unit Test Ratios](#unit-test-ratios), below.
|
See [Unit Test Ratios](#unit-test-ratios), below.
|
||||||
|
|
Loading…
Reference in a new issue