watson: Install fish completions.
This commit is contained in:
parent
39e8ec2db6
commit
d9ef3f10e9
@ -30,6 +30,7 @@ in with python.pkgs; buildPythonApplication rec {
|
||||
postInstall = ''
|
||||
installShellCompletion --bash --name watson watson.completion
|
||||
installShellCompletion --zsh --name _watson watson.zsh-completion
|
||||
installShellCompletion --fish watson.fish
|
||||
'';
|
||||
|
||||
checkInputs = [ pytestCheckHook pytest-mock mock pytest-datafiles ];
|
||||
|
Loading…
Reference in New Issue
Block a user