Supress okc-agent output on shell start

This commit is contained in:
Marko Korhonen 2023-05-15 15:11:22 +03:00
parent 55a9462ad0
commit 3ea12285b7

View file

@ -77,7 +77,7 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
fi
gpgconf --launch gpg-agent
{%@@ elif distro_id == "termux" @@%}
eval $(okc-ssh-agent)
eval $(okc-ssh-agent) > /dev/null
{%@@ endif @@%}
# Enable grc colorization of supported commands