From 01bd72c261a59bda6ee7922e8d0bee58d03e8123 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Nov 2018 21:26:49 -0200 Subject: Omit output of gpg. --- bash/agents.sh | 2 +- bash/debug.gpg | Bin 591 -> 593 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/agents.sh b/bash/agents.sh index 7157e1c..7ce1fef 100644 --- a/bash/agents.sh +++ b/bash/agents.sh @@ -21,4 +21,4 @@ start_agent() { } } || start_agent -gpg -d "$DOTFILES/bash/debug.gpg" +gpg -q -d "$DOTFILES/bash/debug.gpg" diff --git a/bash/debug.gpg b/bash/debug.gpg index 13ba13e..9838295 100644 Binary files a/bash/debug.gpg and b/bash/debug.gpg differ -- cgit v1.2.3