fish-ssh-agent/conf.d/fish-ssh-agent.fish

8 lines
126 B
Fish
Raw Normal View History

2015-11-04 12:34:14 +00:00
if test -z "$SSH_ENV"
2017-03-16 16:44:10 +00:00
set -xg SSH_ENV $HOME/.ssh/environment
2015-11-04 12:34:14 +00:00
end
if not __ssh_agent_is_started
2015-11-04 12:34:14 +00:00
__ssh_agent_start
end