Skip to content

Commit

Permalink
Add in config for nushell (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Adams authored Aug 31, 2022
1 parent 5f055ef commit 403709a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions APP_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 403709a

Please sign in to comment.