From 6191e420b8891cf23df34e3af8e1ea264a60a14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20=E2=80=9CAd=C3=A6dra=E2=80=9D=20Hamel?= Date: Wed, 17 Apr 2024 21:03:09 +0200 Subject: [PATCH] Fix language tags --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index d5123a6..e7e01c5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -51,14 +51,14 @@ At this point, you will need to relaunch your session or reboot. You can check that the new agent is launched by checking its own environment variable: -[,.sh] +[,sh] ---- echo $USER_SSH_AUTH_SOCK ---- You now need to setup your shell to setup things properly and shadow the "normal" SSH agent. In your shell init (e.g. `~/.zshenv`): -[,.sh] +[,sh] ---- export SSH_SK_PROVIDER=$(realpath $HOME/.local/state/nix/profiles/profile/libexec/libsk-libfido2.dylib) test -n "$USER_SSH_AUTH_SOCK" && SSH_AUTH_SOCK="$USER_SSH_AUTH_SOCK"