-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add support for xonsh #1018
Comments
Hi @PodioSpaz, Thanks for the feature request.
|
@PodioSpaz: So I had a similar issue with So since you're the de-facto resident xonsh expert, what is the correct/supported way to detect that a command is running inside of the xonsh shell? |
Hello @synfinatic, As it turns out, I was able to get # Adding for aws-sso support
aliases['exec'] = aliases['xexec']
$SHELL = f"{$(which xonsh)}" Additional resources on This solution does not work with https://starship.rs/
I don't know, but I'll investigate. At the moment, the best way I know of is to test for the existence of |
Not sure I followed the issue about the missing If you were to do |
btw, @PodioSpaz are you willing to do the necessary shell integration to enable tab completion and the helper commands ( |
Support eval/exec commands. Refs: #1018
Support eval/exec commands. Refs: #1018
@synfinatic, |
- Support eval/exec commands. - Tweak codecov.yaml Refs: #1018
This issue is stale because it has been open for 14 days with no response |
Please add support for xonsh.
Currently, the
eval
andexec
commands return fatal errors when usingxonsh
shell.Thanks
The text was updated successfully, but these errors were encountered: