diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 939f3a6..7a55f80 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -28,6 +28,11 @@ if [[ -d ~/.rvm ]]; then source ~/.rvm/scripts/rvm fi +# add /usr/local/sbin +if [[ -d /usr/local/sbin ]]; then + export PATH=/usr/local/sbin:$PATH +fi + # check for custom bin directory and add to path if [[ -d ~/bin ]]; then export PATH=~/bin:$PATH