restic: add fish completions
This commit is contained in:
parent
7f76939485
commit
ff781b9ae8
1 changed files with 2 additions and 1 deletions
|
@ -34,9 +34,10 @@ buildGoModule rec {
|
|||
'' + lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) ''
|
||||
$out/bin/restic generate \
|
||||
--bash-completion restic.bash \
|
||||
--fish-completion restic.fish \
|
||||
--zsh-completion restic.zsh \
|
||||
--man .
|
||||
installShellCompletion restic.{bash,zsh}
|
||||
installShellCompletion restic.{bash,fish,zsh}
|
||||
installManPage *.1
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue