Set the new jobs variable to prevent errors when updating

This commit is contained in:
Ilan Cosman 2023-12-27 13:30:55 -08:00
parent 95b415a450
commit 966dd0b22b

View File

@ -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