fix: change jobrunner auto-naming to adjective-animal

This commit is contained in:
2026-08-02 05:47:29 -04:00
parent 89fdfc8e72
commit cb74cd84e2
+1 -1
View File
@@ -212,7 +212,7 @@ function jobrunner --description 'Manage detached background jobs with tmux or G
end end
if test -z "$name" if test -z "$name"
set name (rand_string adjective name) set name (rand_string adjective animal)
end end
set task $argv[2..-1] set task $argv[2..-1]