zellij: add fish completions
https://zellij.dev/documentation/controlling-zellij-through-cli
This commit is contained in:
parent
a54e05bc12
commit
96a643b2c9
|
@ -80,6 +80,7 @@ in {
|
||||||
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration
|
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration
|
||||||
(mkOrder 200 ''
|
(mkOrder 200 ''
|
||||||
eval (${zellijCmd} setup --generate-auto-start fish | string collect)
|
eval (${zellijCmd} setup --generate-auto-start fish | string collect)
|
||||||
|
eval (${zellijCmd} setup --generate-completion fish | string collect)
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue