diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-01-23 03:11:41 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-01-23 03:11:41 +0300 |
commit | bd88fe9637e756144b2b36aa2beb6fd907c7358c (patch) | |
tree | e1a977a43a76b5941b69f5dca1a261be162b381f /README.md | |
parent | f58da9348154dc4651a48532eba1856c1d98b022 (diff) |
README: Documenting new background_jobs feature
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |