Closed ale5000-git closed 1 month ago
OK yes I see the difference, thanks for the report!
$ bash -c 'command -v osh'
/usr/local/bin/osh
$ osh -c 'command -v osh'
osh
I just pushed a fix for this - it will be out in the next release
Thanks for the report!
Thanks to you for the fix.
Oils 0.23.0 installed with
brew install --quiet oils-for-unix
.Example:
How you can see only
command -v
miss the path. Can it be fixed please?