README: Documenting new background_jobs feature

pull/22/head
Ben Hilburn 9 years ago
parent f58da93481
commit bd88fe9637

@ -81,7 +81,7 @@ your `~/.zshrc`:
The segments that are currently available are:
* [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.
* [context](#context) - Your username and host.
* [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|
##### 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
This segment will display your current battery status (fails gracefully on

Loading…
Cancel
Save