Merge branch 'master' of uruba.mba:uruba/.dots

This commit is contained in:
Václav Uruba 2025-07-08 21:33:27 +02:00
commit 659fe4c61d
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -144,4 +144,7 @@ function nnn_cd {
trap nnn_cd EXIT
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
# If no SSH agent is active, start keychain
if [[ -z "$SSH_AUTH_SOCK" ]]; then
eval "$(keychain --eval --quiet --agents ssh,gpg id_rsa)"
fi