]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/func/getpw
disable gpg batch mode for getpw
[zsh.git] / .zsh / func / getpw
index f3f19403e038fe3900e14d8484d8c49e5782a008..e96c7f5ccdd1d8cf58b4376a85709b973e2187fb 100755 (executable)
@@ -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