Supress okc-agent output on shell start

This commit is contained in:
Marko Korhonen 2023-05-15 15:11:22 +03:00
parent 310f8aa45c
commit 639a58a437

View file

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