summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-02-06 16:20:32 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-02-06 16:20:32 +0100
commit70220966d0a5533e0a28e6d2af424e757afbc01b (patch)
treef433b7111f4dcafdd0f2bfe479c890883b4d605d /zshrc
parentce0b0257a0c2ab0c12ddea26987517357d495880 (diff)
[GnuPG] don't use anymore --homedir
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
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