mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
minimal: Don't gate keychain on interactive for COSMIC
This commit is contained in:
parent
091ff933a2
commit
2a5b0f0127
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue