diff --git a/tilde/bash_profile.bash b/tilde/bash_profile.bash index 61a1b80..9305cb3 100644 --- a/tilde/bash_profile.bash +++ b/tilde/bash_profile.bash @@ -48,6 +48,7 @@ PATH="/usr/bin:/bin:/usr/sbin:/sbin" command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin" [ -d "$COMPOSER_HOME/vendor/bin" ] && _prepend_path "$COMPOSER_HOME/vendor/bin" [ -d $HOME/dotfiles/bin ] && _prepend_path "$HOME/dotfiles/bin" +[ -d $HOME/.composer/vendor/bin ] && _prepend_path "$HOME/.composer/vendor/bin" [ -d $HOME/bin ] && _prepend_path "$HOME/bin" export PATH