From f2a86814cfd3b91e89748d8ce7653fac602132eb Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 14 Jun 2025 13:54:58 -0600 Subject: [PATCH] feat(fish): enable ssh-agent to start with shell --- dot_config/private_fish/config.fish.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index d62c7f33e3c2dbe5d37afc8cfa9b6bffd8179d1c..8d1866a8ea9f7e18a6d48d5be0aae932bb8467b0 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/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