Files
fish-ssh-agent/conf.d/fish-ssh-agent.fish
2022-12-01 23:49:23 +01:00

10 lines
179 B
Fish

if status is-interactive
if test -z "$SSH_ENV"
set -xg SSH_ENV $HOME/.ssh/environment
end
if not __ssh_agent_is_started
__ssh_agent_start
end
end