summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh/profile
blob: b4c094f49332df7edb7d78ca4660ed47c181785b (plain)
1
2
3
4
5
6
7
8
# -*- mode: shell-script -*-

() {
  local dir
  for dir in /usr/local/opt/{gnu-tar,grep}/libexec/gnubin; do
    [[ -d ${dir} ]] && path=(${dir} ${path})
  done
}