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/ cp restic $bin/bin/
$bin/bin/restic generate \ $bin/bin/restic generate \
--bash-completion $bin/etc/bash_completion.d/restic.sh \ --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 --man $bin/share/man/man1
''; '';