add keychain on any linux

This commit is contained in:
Anthony Rodriguez 2023-10-05 09:12:02 +02:00
parent f72015ec2b
commit a29774eb58
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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