Supress okc-agent output on shell start
This commit is contained in:
parent
310f8aa45c
commit
639a58a437
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue