oh-my-fish / plugin-foreign-env

Run foreign bash scripts and capture exported environment variables
MIT License
221 stars 15 forks source link

This no longer supports fish 2.2.0 #31

Open faho opened 1 year ago

faho commented 1 year ago

Since #28, this won't work on fish 2.2.0.

In particular it introduced a use of string (fish 2.3.0+), and it won't split $PATH and friends (fish 3.0+).

But the badge in the README still claims it supports fish >= 2.2.0.

Personally, I'd recommend just upping the requirements, especially since nobody complained in the 6 months since.

See also https://github.com/oh-my-fish/oh-my-fish/issues/934.