From a29774eb58ff597a759f568916e69572cf478d71 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 5 Oct 2023 09:12:02 +0200 Subject: [PATCH] add keychain on any linux --- dot_config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index fba7963..ecd5a00 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -1,4 +1,4 @@ -if test -f /proc/sys/fs/binfmt_misc/WSLInterop; and status is-interactive +if status is-interactive keychain --quiet -Q id_ed25519 end