mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-10-10 12:21:01 +00:00
Rename init.fish to conf.d/fish-ssh-agent.fish
This commit is contained in:
7
conf.d/fish-ssh-agent.fish
Normal file
7
conf.d/fish-ssh-agent.fish
Normal 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
|
Reference in New Issue
Block a user