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
# Commands to run in interactive sessions can go here
if status is-login
eval (ssh-agent -c)
ssh-add ~/.ssh/2ndbeam
end
if status is-interactive
# Commands to run in interactive sessions can go here
end