From b235e3f0a18534617fdaed8d5ba962b0c67adf1e Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 13 Jul 2023 02:56:36 +0200 Subject: Config GPG iwht keychain --- config.fish | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.fish') diff --git a/config.fish b/config.fish index ce9e147..40d7f45 100644 --- a/config.fish +++ b/config.fish @@ -83,6 +83,9 @@ fish_add_path $PYENV_ROOT/bin [ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx +if [ -e ".ssh/id_main_key" ] + eval (keychain --agents ssh,gpg .ssh/id_main_key --eval D9778431CDCABBB1 E15360EAE11E2A34 -q --noask) +end # alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString' # alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN' -- cgit v1.2.3