]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

disable gpg batch mode for getpw
authormartin f. krafft <madduck@madduck.net>
Tue, 4 Dec 2012 15:13:03 +0000 (16:13 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 4 Dec 2012 15:13:03 +0000 (16:13 +0100)
.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