diff options
Diffstat (limited to 'dotfiles-darwin/zsh')
| -rw-r--r-- | dotfiles-darwin/zsh/profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/profile b/dotfiles-darwin/zsh/profile new file mode 100644 index 0000000..a97713e --- /dev/null +++ b/dotfiles-darwin/zsh/profile @@ -0,0 +1,8 @@ +# -*- mode: shell-script -*- + +() { + local dir + for dir in /usr/local/opt/gnu-tar/libexec/gnubin; do + [[ -d ${dir} ]] && path=(${dir} ${path}) + done +} |
