diff options
Diffstat (limited to 'dotfiles-darwin/zsh/profile')
| -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 } |
