Commit Graph
3 Commits
Author SHA1 Message Date
Maxim Devoir bfbe4b675b fix: cross-platform sed replacement pattern newline solution
Some sed utilities (e.g. Mac OS / BSD) don't interpret `\n` in a replacement pattern as a newline. See superuser.com/q/307165
2020-01-17 13:11:35 -08:00
Maxim Devoir c9b335769c revert: suggest binaries on yarn
This behavior is the same as before c6bdbc69e1
2019-10-07 12:14:10 -07:00
Maxim Devoir c6bdbc69e1 Separate project scripts from binary packages
If `jq` utility is installed:

- Suggests script names from `package.json` and their associated script

Following [this feedback](https://github.com/robbyrussell/oh-my-zsh/pull/8118#issuecomment-537148142), binaries will always be suggested.
2019-10-02 02:47:13 -07:00