Skip to content

Commit

Permalink
ytcc: install completions
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 1, 2022
1 parent d43e75e commit 018c6af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/networking/ytcc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 018c6af

Please sign in to comment.