We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635be58 commit 3c807bcCopy full SHA for 3c807bc
cookbook/ssh_agent.md
@@ -21,6 +21,12 @@ Adding this to your `env.nu` will however start a new ssh-agent process every ti
21
See the workarounds.
22
:::
23
24
+Alternatively, use the third-party Nu plugin [bash-env](https://github.com/tesujimath/nu_plugin_bash_env) as follows.
25
+
26
+```nushell
27
+^ssh-agent | bash-env | load-env
28
+```
29
30
## Workarounds
31
32
You can work around this behavior by checking if a ssh-agent is already running on your user, and start one if none is:
0 commit comments