diff --git a/zsh/.zshrc b/zsh/.zshrc index e9c902b..9fc3698 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -57,10 +57,14 @@ alias help=run-help tabs -4 # Add Composer binaries -if [ -d "$HOME/.composer" ]; then +if [ -d "$HOME/.composer/vendor/bin" ]; then path+=("$HOME/.composer/vendor/bin") fi +if [ -d "$HOME/.config/composer/vendor/bin" ]; then + path+=("$HOME/.config/composer/vendor/bin") +fi + # No matches found for "*" unsetopt nomatch