8 lines
126 B
Fish
8 lines
126 B
Fish
if test -z "$SSH_ENV"
|
|
set -xg SSH_ENV $HOME/.ssh/environment
|
|
end
|
|
|
|
if not __ssh_agent_is_started
|
|
__ssh_agent_start
|
|
end
|