Merge pull request #46080 from uskudnik/restic-fix-zsh-autocompletion

restic: Fix autocomplete for zsh
This commit is contained in:
Jörg Thalheim
2018-09-05 10:42:16 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ buildGoPackage rec {
cp restic $bin/bin/
$bin/bin/restic generate \
--bash-completion $bin/etc/bash_completion.d/restic.sh \
--zsh-completion $bin/share/zsh/vendor-completions/restic.sh \
--zsh-completion $bin/share/zsh/vendor-completions/_restic \
--man $bin/share/man/man1
'';