We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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+).
string
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 oh-my-fish/oh-my-fish#934.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 oh-my-fish/oh-my-fish#934.
The text was updated successfully, but these errors were encountered: