onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.83k stars 281 forks source link

ZSH and ARGV0 issue #3830

Open sstadick opened 2 years ago

sstadick commented 2 years ago

It looks like oni2 has the same issue described here: https://github.com/GitSquared/edex-ui/issues/1124

I'm using Onivim 2 (0.5.9-nightly) with only the rust-analyzer plugin installed and all commands I try to run in the builtin terminal never execute. When I open the terminal I get an error saying error: unkown proxy name: 'Onivim2-x86_64-master'; valid proxy names are 'rustc', 'rustdoc', 'cargo'...

If I change my settings to use bash as the default shell everything seems to work just fine again.