diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-08 18:47:32 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-08 18:47:32 +0100 |
| commit | 517cde48c6a16fcad24a6943bc6d0968b101b4a9 (patch) | |
| tree | 9ddd7c74bbc958c7d9f77630d1209feca5df7e49 /dotfiles-darwin | |
| parent | 18dc33f2795144a4752741eeeef2c7f15678ebb4 (diff) | |
darwin/zsh: Prefer GNU grep if available
Diffstat (limited to 'dotfiles-darwin')
| -rw-r--r-- | dotfiles-darwin/zsh/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles-darwin/zsh/profile b/dotfiles-darwin/zsh/profile index a97713e..b4c094f 100644 --- a/dotfiles-darwin/zsh/profile +++ b/dotfiles-darwin/zsh/profile @@ -2,7 +2,7 @@ () { local dir - for dir in /usr/local/opt/gnu-tar/libexec/gnubin; do + for dir in /usr/local/opt/{gnu-tar,grep}/libexec/gnubin; do [[ -d ${dir} ]] && path=(${dir} ${path}) done } |
