1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Update composer binaries location.

This commit is contained in:
Bert Peters
2016-08-02 13:27:41 +02:00
parent 1644dc77dc
commit b4b9887670

View File

@@ -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