diff --git a/recipes/password-store b/recipes/password-store index 02530cd..27b33d8 100644 --- a/recipes/password-store +++ b/recipes/password-store @@ -19,7 +19,9 @@ case $_PLATFORM in curl -sL https://git.zx2c4.com/password-store/snapshot/password-store-master.tar.xz \ | tar x -J --strip 1 && \ echo "[tgz] Installing password-store" && \ - sudo make install >/dev/null 2>&1 + sudo make install \ + ZSHCOMPDIR=/usr/share/zsh/vendor-completions \ + >/dev/null 2>&1 popd >/dev/null rm -rf "$dir" else