sashahart / vex

Run a command in the named virtualenv.
MIT License
372 stars 26 forks source link

Fix fish shell completion to be compatible with macOS #66

Open rouge8 opened 2 years ago

rouge8 commented 2 years ago

find on macOS doesn't support -printf. See also https://github.com/conda/conda/pull/7575. I suspect this is the case on FreeBSD and OpenBSD as well.

Extracted from #63.