Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when nushell is default shell... #12

Closed
fedoranvar opened this issue Jan 7, 2022 · 2 comments
Closed

when nushell is default shell... #12

fedoranvar opened this issue Jan 7, 2022 · 2 comments

Comments

@fedoranvar
Copy link

i've setted nushell to be my default shell

And after that :Xplr-command just flashing float window and that's it. without any error.
If i override xplr_cmd with zsh -c xplr - it works, but it won't be opening files in neovim.

Is there a way to debug and figure out what's problem with it?

Thank you!

@is0n
Copy link
Owner

is0n commented Jan 8, 2022

By using :set shell=/usr/local/bin/nu, I am able to reproduce your error.

I don't know what could be causing this but it's probably an bug with nushell as this bug only occurs with a few file managers.

I'll close the issue once I find a more definite answer.

@fedoranvar
Copy link
Author

fedoranvar commented Jan 9, 2022

workaround is to pre-hook setting shell for bash or else?

UPD.

workaround:

SHELL=zsh nvim

or

set shell=zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants