mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-10-10 04:11:00 +00:00
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
|