ssh agent
This commit is contained in:
parent
b9aa8c6542
commit
d474ae420a
1 changed files with 6 additions and 0 deletions
|
@ -18,3 +18,9 @@ set -x DEVKITARM "/opt/devkitpro/devkitARM"
|
|||
# path
|
||||
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH
|
||||
|
||||
# ssh agent
|
||||
if test -z (pgrep ssh-agent | string collect)
|
||||
eval (ssh-agent -c)
|
||||
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
|
||||
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue