feat(fish): enable ssh-agent to start with shell

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -128,6 +128,8 @@ if status is-interactive
     enable_transience
 end
 
+eval (ssh-agent -c)
+
 # Do not use fish_add_path (added in Fish 3.2) because it
 # potentially changes the order of items in PATH
 if not contains $_asdf_shims $PATH