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` diff --git a/Sources/SecretAgent/Notifier.swift b/Sources/SecretAgent/Notifier.swift index b93e3aa..8320784 100644 --- a/Sources/SecretAgent/Notifier.swift +++ b/Sources/SecretAgent/Notifier.swift @@ -154,7 +154,7 @@ class NotificationDelegate: NSObject, UNUserNotificationCenterDelegate { case Notifier.Constants.persistAuthenticationCategoryIdentitifier: handlePersistAuthenticationResponse(response: response) default: - fatalError() + break } completionHandler()