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
commit 3074027738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
'';