From 70220966d0a5533e0a28e6d2af424e757afbc01b Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 6 Feb 2009 16:20:32 +0100 Subject: [GnuPG] don't use anymore --homedir --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 5aa06b4..01700cb 100644 --- a/zshrc +++ b/zshrc @@ -69,7 +69,7 @@ if [ -d $ZDOTDIR ]; then if test -f $specific_script.gpg then [ "$DEBUG" = "yes" ] && echo -n "$i/${${specific_script:t:r}/??_/} [CRYPTED]... "; - eval $(gpg --homedir=~/.gnupg --decrypt $specific_script.gpg) + eval $(gpg --decrypt $specific_script.gpg) [ "$DEBUG" = "yes" ] && echo fi done -- cgit v1.2.3