Rename init.fish to conf.d/fish-ssh-agent.fish

This commit is contained in:
Jorge Bucaran
2020-11-11 12:39:40 +09:00
committed by GitHub
parent ea337987ea
commit 14b533bec6

View File

@@ -0,0 +1,7 @@
if test -z "$SSH_ENV"
set -xg SSH_ENV $HOME/.ssh/environment
end
if not __ssh_agent_is_started
__ssh_agent_start
end