Steps to reproduce
- install mimi
chsh -s /usr/bin/nu (or wherever nushell is installed)
- run
xdg-open <url> for example
~> xdg-open https://github.com
'chromium' https://github.com
Error: nu::parser::parse_mismatch
× Parse mismatch during operation.
╭─[source:1:12]
1 │ 'chromium' https://github.com
· ─────────┬────────
· ╰── expected operator
╰────
This happens even if running mimi from outside nushell, like from zsh. It is probably because mimi depends on default user shell to execute the last step.
Steps to reproduce
chsh -s /usr/bin/nu (or wherever nushell is installed)xdg-open <url>for exampleThis happens even if running mimi from outside nushell, like from zsh. It is probably because mimi depends on default user shell to execute the last step.