X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/da6da8c62360cb7aafc80fa84d74b01e6a425bf2..c443e852689efd321ad81c493c8a12be5f062f95:/.zsh/func/getpw?ds=sidebyside

diff --git a/.zsh/func/getpw b/.zsh/func/getpw
index f3f1940..e96c7f5 100755
--- a/.zsh/func/getpw
+++ b/.zsh/func/getpw
@@ -45,7 +45,7 @@ fi
 
 local IFSOLD="$IFS"; IFS="	"
 local output
-gpg --decrypt --batch --quiet "$PWENCFILE" | \
+gpg --decrypt --quiet "$PWENCFILE" | \
   {
     output=$(while read r i p o; do
       case "$r:l/$i:l" in