summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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