mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
[provisioning] fix password-store zsh completion
This commit is contained in:
parent
c1e3050531
commit
172e06b6f7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue