dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
df/.config/fish/conf.d/fish-ssh-agent.fish

8 lines
171 B

# From https://github.com/danhper/fish-ssh-agent
if test -z "$SSH_ENV"
set -xg SSH_ENV $HOME/.ssh/environment
end
if not __ssh_agent_is_started
__ssh_agent_start
end