From bd6155eef9232226ed8fb9b5bcf007f5662ddc10 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sun, 4 Dec 2022 19:01:18 -0600 Subject: add ssh-agent --- .config/nushell/env.nu | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nushell') diff --git a/.config/nushell/env.nu b/.config/nushell/env.nu index 10574d9..975d534 100644 --- a/.config/nushell/env.nu +++ b/.config/nushell/env.nu @@ -61,6 +61,7 @@ let-env NU_PLUGIN_DIRS = [ # Wayland things let-env MOZ_ENABLE_WAYLAND = 1 +let-env SSH_AUTH_SOCK = $"($env.XDG_RUNTIME_DIR)/ssh-agent.socket" # To add entries to PATH (on Windows you might use Path), you can use the following pattern: -- cgit v1.2.3-70-g09d2