diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2010-08-18 14:29:01 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2010-08-18 14:29:01 +0200 |
commit | 9d3f638cdc90e6db89ea0306ff836527b19171e0 (patch) | |
tree | 3914a843a4c177fe9c07c76f15c50a4d3bb8e654 /zshrc | |
parent | d7abc68dbf456203cfa06fa47058784f99c181af (diff) |
[Gpg] quiet mode
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |