From c8beb9904758285f55b86688d28f5ad4ce9efee3 Mon Sep 17 00:00:00 2001 From: Kit Adams <47960871+KitAdams@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:52:49 +1000 Subject: [PATCH] Add in config for nushell --- APP_CONFIG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/APP_CONFIG.md b/APP_CONFIG.md index ab21b7e..863177a 100644 --- a/APP_CONFIG.md +++ b/APP_CONFIG.md @@ -26,6 +26,15 @@ Host * IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh ``` +## nushell + +Add this to your `~/.ssh/config` (the path should match the socket path from the setup flow). + +``` +Host * + IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh +``` + ## Cyberduck Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist`