From 966dd0b22b401ab5629b72d5ae7f6d9d2df1cb2c Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 27 Dec 2023 13:30:55 -0800 Subject: [PATCH] Set the new jobs variable to prevent errors when updating --- conf.d/_tide_init.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.d/_tide_init.fish b/conf.d/_tide_init.fish index 5d01510c..b448002f 100644 --- a/conf.d/_tide_init.fish +++ b/conf.d/_tide_init.fish @@ -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