From 7c5a3f29d42c3035b0af4de3351b24c0dc711bd7 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 19 Oct 2015 13:55:59 +0100 Subject: Use gpg2 by default to prevent error --- .passwords | 2 +- .tmux/tpm | 2 +- .vim/vim-plug | 2 +- .zsh/zgen | 2 +- bin/password | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.passwords b/.passwords index 259e022..8dd5cc3 160000 --- a/.passwords +++ b/.passwords @@ -1 +1 @@ -Subproject commit 259e02293cf00c10994404eac6cea6b69e23941b +Subproject commit 8dd5cc33702e5314a50ff59d31309b0ca506025b diff --git a/.tmux/tpm b/.tmux/tpm index 5de37f9..527d123 160000 --- a/.tmux/tpm +++ b/.tmux/tpm @@ -1 +1 @@ -Subproject commit 5de37f98bb89cd67901c76a34ad084bb4e35b0b0 +Subproject commit 527d12321108d52cc5b53cd251f2a058fd07bf0e diff --git a/.vim/vim-plug b/.vim/vim-plug index 86e75e5..eb29cc9 160000 --- a/.vim/vim-plug +++ b/.vim/vim-plug @@ -1 +1 @@ -Subproject commit 86e75e5d0859b99d3b527a92e6489984ff2eb057 +Subproject commit eb29cc9b47b45807157a8d9414f29f5113cebfa6 diff --git a/.zsh/zgen b/.zsh/zgen index 415fc8f..6ac1bf1 160000 --- a/.zsh/zgen +++ b/.zsh/zgen @@ -1 +1 @@ -Subproject commit 415fc8f96e95ebdd471c5b52d091728aa0a86ba0 +Subproject commit 6ac1bf1b201f52d9f5493988f8b3f26b7c0299e0 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 -- cgit v1.2.3