diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-11-10 18:31:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 18:31:32 +0300 |
commit | 3b2d47febdf0c9b0b118e84cba458e4a698f30ba (patch) | |
tree | 010d869aeead830eda9799ec7fbd61c12c16535f /README.md | |
parent | eb2e1b0e96537f4b176b30ed74d623f979886dca (diff) | |
parent | 46fb03ed1982cfd3484d9309c66a086f29278557 (diff) |
Merge pull request #666 from ParthKolekar/patch-1
Allow showing the number of jobs even if there is <= 1 job present.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ your `~/.zshrc`: | 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.| +`POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE_ALWAYS`|`false`|Always show the jobs count (even if it's zero).| ##### battery |