mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-04 20:17:05 +02:00
minimal: Move keychain to interactive shell
This commit is contained in:
parent
0c0c9b4e68
commit
382e532532
1 changed files with 2 additions and 1 deletions
|
|
@ -397,7 +397,8 @@
|
|||
|
||||
shellInitLast = ''
|
||||
# Use set -Ua SSH_KEYS_TO_AUTOLOAD <key> to add a key
|
||||
if status is-login
|
||||
if status is-interactive
|
||||
set -lx SHELL fish
|
||||
keychain --eval $SSH_KEYS_TO_AUTOLOAD | source
|
||||
end
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue