Merge pull request #46080 from uskudnik/restic-fix-zsh-autocompletion
restic: Fix autocomplete for zsh
This commit is contained in:
commit
3074027738
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user