summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-10-19 13:55:59 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-10-19 13:55:59 +0100
commit7c5a3f29d42c3035b0af4de3351b24c0dc711bd7 (patch)
treedcce4934a52fa4f4d1abefcb88313f282f947fd5
parenteccd604dbb23b82bc01f9ba7ce750be467b35ab2 (diff)
Use gpg2 by default to prevent error
m---------.passwords0
m---------.tmux/tpm0
m---------.vim/vim-plug0
m---------.zsh/zgen0
-rwxr-xr-xbin/password2
5 files changed, 1 insertions, 1 deletions
diff --git a/.passwords b/.passwords
-Subproject 259e02293cf00c10994404eac6cea6b69e23941
+Subproject 8dd5cc33702e5314a50ff59d31309b0ca506025
diff --git a/.tmux/tpm b/.tmux/tpm
-Subproject 5de37f98bb89cd67901c76a34ad084bb4e35b0b
+Subproject 527d12321108d52cc5b53cd251f2a058fd07bf0
diff --git a/.vim/vim-plug b/.vim/vim-plug
-Subproject 86e75e5d0859b99d3b527a92e6489984ff2eb05
+Subproject eb29cc9b47b45807157a8d9414f29f5113cebfa
diff --git a/.zsh/zgen b/.zsh/zgen
-Subproject 415fc8f96e95ebdd471c5b52d091728aa0a86ba
+Subproject 6ac1bf1b201f52d9f5493988f8b3f26b7c0299e
diff --git a/bin/password b/bin/password
index b0415e3..e064e29 100755
--- a/bin/password
+++ b/bin/password
@@ -2,4 +2,4 @@
PWD_DIR="$HOME/dotfiles/.passwords"
PASSWORDS=$(locate "$PWD_DIR/**/*.gpg")
TARGET=$(echo "${PASSWORDS//"$PWD_DIR/"/}" | dmenu -i -p "Decode password:")
-gpg --use-agent --quiet --batch -d $PWD_DIR/$TARGET | xclip -i
+gpg2 --use-agent --quiet --batch -d $PWD_DIR/$TARGET | xclip -i