update fish config

This commit is contained in:
2026-01-18 05:55:00 +01:00
parent 44d7546d05
commit bd3f6c0b17
5 changed files with 393 additions and 5 deletions
@@ -1,5 +1,5 @@
# ssh with encrypted private keys
# $ssh_key_hashes should be set in advance or left empty to use the default keys
# $ssh_keys should be set in advance or left empty to use the default keys
if set -q ENABLE_GPG_AGENT_SSH; and test $ENABLE_GPG_AGENT_SSH != "0";\
and type -q gpg-init; and type -q gpgconf