feat(jujutsu): enable jujutsu shell autocompletion

This commit is contained in:
2026-05-24 10:07:24 +02:00
parent 695e011020
commit 19b772b1d2
5 changed files with 16 additions and 3 deletions
+1
View File
@@ -41,6 +41,7 @@ in {
__fish_default_command_not_found_handler $argv
end
''
(strings.optionalString config.home.dev.vcs.jj.shellCompletion "jj util completion fish | source")
cfg.extraShellInit
];
plugins = [