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

8 lines
126 B
Fish
Raw Normal View History

2022-07-25 22:15:23 +00:00
if test -z "$SSH_ENV"
set -xg SSH_ENV $HOME/.ssh/environment
end
if not __ssh_agent_is_started
__ssh_agent_start
end