mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 12:46:56 +00:00
8 lines
126 B
Fish
8 lines
126 B
Fish
if test -z "$SSH_ENV"
|
|
set -xg SSH_ENV $HOME/.ssh/environment
|
|
end
|
|
|
|
if not __ssh_agent_is_started
|
|
__ssh_agent_start
|
|
end
|