mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
README: Documenting new background_jobs feature
This commit is contained in:
parent
f58da93481
commit
bd88fe9637
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -81,7 +81,7 @@ your `~/.zshrc`:
|
||||||
The segments that are currently available are:
|
The segments that are currently available are:
|
||||||
|
|
||||||
* [aws](#aws) - The current AWS profile, if active.
|
* [aws](#aws) - The current AWS profile, if active.
|
||||||
* **background_jobs** - Indicator for background jobs.
|
* [background_jobs](#background_jobs) - Indicator for background jobs.
|
||||||
* [battery](#battery) - Current battery status.
|
* [battery](#battery) - Current battery status.
|
||||||
* [context](#context) - Your username and host.
|
* [context](#context) - Your username and host.
|
||||||
* [custom_command](#custom_command) - A custom command to display the output of.
|
* [custom_command](#custom_command) - A custom command to display the output of.
|
||||||
|
@ -120,6 +120,14 @@ your `~/.zshrc`:
|
||||||
|----------|---------------|-------------|
|
|----------|---------------|-------------|
|
||||||
|`AWS_DEFAULT_PROFILE`|None|Your AWS profile name|
|
|`AWS_DEFAULT_PROFILE`|None|Your AWS profile name|
|
||||||
|
|
||||||
|
##### background_jobs
|
||||||
|
|
||||||
|
| Variable | Default Value | Description |
|
||||||
|
|----------|---------------|-------------|
|
||||||
|
|`POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE`|`true`|If there is more than one
|
||||||
|
background job, this segment will show the number of jobs. Set this to `false`
|
||||||
|
to turn this feature off.|
|
||||||
|
|
||||||
##### battery
|
##### battery
|
||||||
|
|
||||||
This segment will display your current battery status (fails gracefully on
|
This segment will display your current battery status (fails gracefully on
|
||||||
|
|
Loading…
Reference in a new issue