summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-08-18 14:29:01 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-08-18 14:29:01 +0200
commit9d3f638cdc90e6db89ea0306ff836527b19171e0 (patch)
tree3914a843a4c177fe9c07c76f15c50a4d3bb8e654 /zshrc
parentd7abc68dbf456203cfa06fa47058784f99c181af (diff)
[Gpg] quiet mode
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 561cf66..acb5ca0 100644
--- a/zshrc
+++ b/zshrc
@@ -88,7 +88,7 @@ if [ -d $ZDOTDIR ]; then
if test -f $specific_script.gpg
then
[ "$DEBUG" = "yes" ] && echo -n "$i/${${specific_script:t:r}/??_/} [CRYPTED]... ";
- eval $(gpg --decrypt $specific_script.gpg)
+ eval $(gpg --quiet --decrypt $specific_script.gpg)
[ "$DEBUG" = "yes" ] && echo
fi
done