mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
ytcc: install completions
This commit is contained in:
parent
d43e75e45c
commit
018c6afcf3
@ -37,6 +37,10 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
postInstall = ''
|
||||
installManPage doc/ytcc.1
|
||||
installShellCompletion --cmd ytcc \
|
||||
--bash scripts/completions/bash/ytcc.completion.sh \
|
||||
--fish scripts/completions/fish/ytcc.fish \
|
||||
--zsh scripts/completions/zsh/_ytcc
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user