Files
dotfiles/fish/conf.d/fish-ssh-agent.fish
2025-02-02 20:21:08 -05:00

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