mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
356f05f0e5
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,7 @@ The segments that are currently available are:
|
||||||
* [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active).
|
* [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active).
|
||||||
* [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (if one is active).
|
* [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (if one is active).
|
||||||
* [`rspec_stats`](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec.
|
* [`rspec_stats`](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec.
|
||||||
|
* `rvm` - Ruby environment information using `$GEM_HOME` and `$MY_RUBY_HOME` (if one is active).
|
||||||
* **Rust Segments:**
|
* **Rust Segments:**
|
||||||
* `rust_version` - Display the current rust version and [logo](https://www.rust-lang.org/logos/rust-logo-blk.svg).
|
* `rust_version` - Display the current rust version and [logo](https://www.rust-lang.org/logos/rust-logo-blk.svg).
|
||||||
* **Swift Segments:**
|
* **Swift Segments:**
|
||||||
|
@ -209,6 +210,7 @@ You can also change the battery icon automatically depending on the battery
|
||||||
level. This will override the default battery icon. In order to do this, you
|
level. This will override the default battery icon. In order to do this, you
|
||||||
need to define the `POWERLEVEL9k_BATTERY_STAGES` variable.
|
need to define the `POWERLEVEL9k_BATTERY_STAGES` variable.
|
||||||
|
|
||||||
|
|
||||||
| Variable | Default Value | Description |
|
| Variable | Default Value | Description |
|
||||||
|-------------------------------|---------------|---------------------------------------------------------------|
|
|-------------------------------|---------------|---------------------------------------------------------------|
|
||||||
| `POWERLEVEL9K_BATTERY_STAGES` | Unset | A string or array, which each index indicates a charge level. |
|
| `POWERLEVEL9K_BATTERY_STAGES` | Unset | A string or array, which each index indicates a charge level. |
|
||||||
|
|
Loading…
Reference in a new issue