Merge pull request #139342 from puzzlewolf/watson-fish
watson: Install fish completions.
This commit is contained in:
commit
687ed904ec
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ in with python.pkgs; buildPythonApplication rec {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --bash --name watson watson.completion
|
installShellCompletion --bash --name watson watson.completion
|
||||||
installShellCompletion --zsh --name _watson watson.zsh-completion
|
installShellCompletion --zsh --name _watson watson.zsh-completion
|
||||||
|
installShellCompletion --fish watson.fish
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytest-mock mock pytest-datafiles ];
|
checkInputs = [ pytestCheckHook pytest-mock mock pytest-datafiles ];
|
||||||
|
|
Loading…
Reference in a new issue