dotfiles/fish/conf.d/fish-ssh-agent.fish
2022-10-05 17:19:12 -04:00

7 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