From f242c20a044b113b5bbf77bd7d5547742f1018fb Mon Sep 17 00:00:00 2001 From: Salmanul Farzy Date: Mon, 30 Jul 2018 01:04:19 +0530 Subject: [PATCH] Document jobs amount prefix and suffix options (#489) --- docs/Options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Options.md b/docs/Options.md index 66675c5ee..5281e0ab3 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -523,6 +523,8 @@ This section show only when there are active jobs in the background. | `SPACESHIP_JOBS_SUFFIX` | ` ` | Suffix after the jobs indicator | | `SPACESHIP_JOBS_SYMBOL` | `✦` | Character to be shown when jobs are hiding | | `SPACESHIP_JOBS_COLOR` | `blue` | Color of background jobs section | +| `SPACESHIP_JOBS_AMOUNT_PREFIX` | ` ` | Prefix before the number of jobs (between jobs indicator and jobs amount) | +| `SPACESHIP_JOBS_AMOUNT_SUFFIX` | ` ` | Suffix after the number of jobs | | `SPACESHIP_JOBS_AMOUNT_THRESHOLD` | `1` | Number of jobs after which job count will be shown | ### Exit code (`exit_code`)