about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-09-05 10:42:16 +0100
committerGitHub <noreply@github.com>2018-09-05 10:42:16 +0100
commit3074027738f5ca724ddbd92bbb26ee059926fedc (patch)
tree748f595cf6199c35d585ab1f8edfd9539aaab062
parentf9e7de929473a3edd71e02862cf9a47374049fe6 (diff)
parente9fe3a334bf0b4509358b9c5d9cc5d9fcd0b6d9c (diff)
downloadnixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.tar
nixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.tar.gz
nixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.tar.bz2
nixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.tar.lz
nixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.tar.xz
nixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.tar.zst
nixlib-3074027738f5ca724ddbd92bbb26ee059926fedc.zip
Merge pull request #46080 from uskudnik/restic-fix-zsh-autocompletion
restic: Fix autocomplete for zsh
-rw-r--r--pkgs/tools/backup/restic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/restic/default.nix b/pkgs/tools/backup/restic/default.nix
index feb7b4802630..453e31f5d13a 100644
--- a/pkgs/tools/backup/restic/default.nix
+++ b/pkgs/tools/backup/restic/default.nix
@@ -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
   '';