From cb74cd84e226276425552e15aa330875763f0a09 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 2 Aug 2026 05:47:29 -0400 Subject: [PATCH] fix: change jobrunner auto-naming to adjective-animal --- functions/jobrunner.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/jobrunner.fish b/functions/jobrunner.fish index 210c8f1..260cc90 100644 --- a/functions/jobrunner.fish +++ b/functions/jobrunner.fish @@ -212,7 +212,7 @@ function jobrunner --description 'Manage detached background jobs with tmux or G end if test -z "$name" - set name (rand_string adjective name) + set name (rand_string adjective animal) end set task $argv[2..-1]