fixed ssh-agent
This commit is contained in:
parent
017beacb06
commit
09b9932e29
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue