feat(jujutsu): enable jujutsu shell autocompletion

This commit is contained in:
2026-05-24 10:07:24 +02:00
parent 206b170d3e
commit 91dc8e5070
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 = [