[provisioning] fix password-store zsh completion

This commit is contained in:
Correl Roush 2018-07-21 02:55:23 -04:00
parent c1e3050531
commit 172e06b6f7

View file

@ -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