diff options
Diffstat (limited to 'home-config/fish/functions/_tide_item_jobs.fish')
-rw-r--r-- | home-config/fish/functions/_tide_item_jobs.fish | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home-config/fish/functions/_tide_item_jobs.fish b/home-config/fish/functions/_tide_item_jobs.fish new file mode 100644 index 0000000..2a02118 --- /dev/null +++ b/home-config/fish/functions/_tide_item_jobs.fish | |||
@@ -0,0 +1,7 @@ | |||
1 | function _tide_item_jobs | ||
2 | set -q _tide_jobs && if test $_tide_jobs -ge $tide_jobs_number_threshold | ||
3 | _tide_print_item jobs $tide_jobs_icon' ' $_tide_jobs | ||
4 | else | ||
5 | _tide_print_item jobs $tide_jobs_icon | ||
6 | end | ||
7 | end | ||