-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6259b8c
commit a421d52
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# RUN: %fish %s | ||
_tide_parent_dirs | ||
|
||
set _tide_jobs 0 | ||
set -lx tide_jobs_icon | ||
set -lx tide_jobs_number_threshold 2 | ||
|
||
set -e _tide_jobs | ||
_tide_decolor (_tide_item_jobs) # CHECK: | ||
|
||
set -lx tide_jobs_icon | ||
set -lx tide_jobs_number_threshold 1000 | ||
set _tide_jobs 1 | ||
set -lx _tide_jobs 1 | ||
_tide_decolor (_tide_item_jobs) # CHECK: | ||
|
||
set _tide_jobs 2 | ||
set -lx _tide_jobs 2 | ||
_tide_decolor (_tide_item_jobs) # CHECK: 2 |