fixed ssh-agent

This commit is contained in:
Alexey 2025-07-07 18:55:49 +03:00
commit 09b9932e29

View file

@ -1,5 +1,8 @@
if status is-interactive if status is-login
# Commands to run in interactive sessions can go here
eval (ssh-agent -c) eval (ssh-agent -c)
ssh-add ~/.ssh/2ndbeam ssh-add ~/.ssh/2ndbeam
end end
if status is-interactive
# Commands to run in interactive sessions can go here
end