-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error when using xonsh as default shell #14
Comments
12 tasks
reverting current fix and setting SHELL=/bin/bash on top of the script works. |
reading junegunn/fzf#2627 (comment) , fzf is not going to change current behavior. |
Also from junegunn/fzf#481 (comment) , the recommended way to force a shell is to override SHELL from the script |
joehillen
added a commit
that referenced
this issue
Mar 15, 2023
Works around this junegunn/fzf#2627 Fixes #14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have my default shell set to xonsh
Even thought the sysz has
#!/usr/bin/env bash
, it is somehow invoking $SHELL and I'm getting a traceback error when I press?
to get keybindings. Error goes away when I run sysz withenv SHELL=/usr/bin/bash sysz
from xonsh. I'm attaching screenshot of traceback from xonsh and you can see its trying to run something from sysz and getting syntax error.(Screenshot because I cannot copy from sysz window)
The text was updated successfully, but these errors were encountered: