mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Alphabetize chruby documentation
This commit is contained in:
parent
05f44b94bf
commit
75c6838a0d
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -201,6 +201,17 @@ Note that you can [modify the `_FOREGROUND`
|
||||||
color](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt#segment-color-customization)
|
color](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt#segment-color-customization)
|
||||||
without affecting the icon color.
|
without affecting the icon color.
|
||||||
|
|
||||||
|
##### chruby
|
||||||
|
|
||||||
|
This segment shows the version of Ruby being used when using `chruby` to change your current Ruby stack.
|
||||||
|
|
||||||
|
It uses `$RUBY_ENGINE` and `$RUBY_VERSION` as set by `chruby`.
|
||||||
|
|
||||||
|
| Variable | Default Value | Description |
|
||||||
|
|----------|---------------|-------------|
|
||||||
|
|`POWERLEVEL9K_CHRUBY_SHOW_ENGINE`|true|Show the currently selected Ruby engine (e.g. `ruby`, `jruby`, `rbx`, etc)
|
||||||
|
|`POWERLEVEL9K_CHRUBY_SHOW_VERSION`|true|Shows the currently selected engine's version (e.g. `2.5.1`)
|
||||||
|
|
||||||
##### command_execution_time
|
##### command_execution_time
|
||||||
|
|
||||||
Display the time the previous command took to execute if the time is above
|
Display the time the previous command took to execute if the time is above
|
||||||
|
@ -393,17 +404,6 @@ segment will not be displayed.
|
||||||
|`POWERLEVEL9K_PUBLIC_IP_METHODS`|(dig curl wget)| These methods in that order are used to refresh your IP.|
|
|`POWERLEVEL9K_PUBLIC_IP_METHODS`|(dig curl wget)| These methods in that order are used to refresh your IP.|
|
||||||
|`POWERLEVEL9K_PUBLIC_IP_NONE`|None|The string displayed when an IP was not obtained|
|
|`POWERLEVEL9K_PUBLIC_IP_NONE`|None|The string displayed when an IP was not obtained|
|
||||||
|
|
||||||
##### chruby
|
|
||||||
|
|
||||||
This segment shows the version of Ruby being used when using `chruby` to change your current Ruby stack.
|
|
||||||
|
|
||||||
It uses `$RUBY_ENGINE` and `$RUBY_VERSION` as set by `chruby`.
|
|
||||||
|
|
||||||
| Variable | Default Value | Description |
|
|
||||||
|----------|---------------|-------------|
|
|
||||||
|`POWERLEVEL9K_CHRUBY_SHOW_ENGINE`|true|Show the currently selected Ruby engine (e.g. `ruby`, `jruby`, `rbx`, etc)
|
|
||||||
|`POWERLEVEL9K_CHRUBY_SHOW_VERSION`|true|Shows the currently selected engine's version (e.g. `2.5.1`)
|
|
||||||
|
|
||||||
##### rbenv
|
##### rbenv
|
||||||
|
|
||||||
This segment shows the version of Ruby being used when using `rbenv` to change your current Ruby stack.
|
This segment shows the version of Ruby being used when using `rbenv` to change your current Ruby stack.
|
||||||
|
|
Loading…
Reference in a new issue