Has anyone successfully used the plugin with nushell as the primary shell? #63
Unanswered
karlos1337
asked this question in
Q&A
Replies: 1 comment
-
I have never tried nushell before. Another user submitted a PR that gave us that support. I would love a PR to fix this one because it will be a few weeks before I feel up to working on the code again (health issues). If nobody can, i'll get it working when I can. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After configuring the shell options as here (separator, pushd_cmd, popd_cmd) and adding the shell-aliases to my nushell configuration, I encounter the following error when attempting to start the plugin:
'enter' is neither a Nushell built-in or a known external command
This occurs despite the fact that both
enter
anddexit
work correctly in a normal shell session.I believe this is because the terminal launches as a
nu:shell::external_command
, where my configuration doesn't apply.I understand this isn't really a plugin issue but rather a configuration problem on my end. However, I wanted to ask the community if anyone has managed to get it working properly.
Given that these options exist and nushell is explicitly mentioned in the README, I assume it should be possible, but I haven't been able to find the proper nushell configuration.
Beta Was this translation helpful? Give feedback.
All reactions