minimal: Don't gate keychain on interactive for COSMIC

This commit is contained in:
traxys 2024-09-01 11:07:19 +02:00
parent 091ff933a2
commit 2a5b0f0127

View file

@ -382,7 +382,6 @@
shellInitLast = ''
# Use set -Ua SSH_KEYS_TO_AUTOLOAD <key> to add a key
if status is-login
and status is-interactive
keychain --eval $SSH_KEYS_TO_AUTOLOAD | source
end
'';