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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue