Skip to content

Commit

Permalink
Set the new jobs variable to prevent errors when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 27, 2023
1 parent 95b415a commit 966dd0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.d/_tide_init.fish
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ function _tide_init_update --on-event _tide_init_update
_tide_fish_colorize "fisher install ilancosman/tide@v6"
sleep 3
end

# Set (disable) the new jobs variable
set -q tide_jobs_number_threshold || set -U tide_jobs_number_threshold 1000
end

function _tide_init_uninstall --on-event _tide_init_uninstall
Expand Down

0 comments on commit 966dd0b

Please sign in to comment.