Modify ssh startup again

This commit is contained in:
mitchell 2022-03-18 17:30:28 -04:00
parent 8b66a01760
commit d0bfc6a828
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function configure_fish
import_sources $uname
define_aliases $uname
if status is-interactive; and not set -qx SSH_CONNECTION
if status is-login; and not set -qx SSH_CONNECTION
ssh_agent_startup
end
end