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:
@@ -57,10 +57,14 @@ alias help=run-help
|
|||||||
tabs -4
|
tabs -4
|
||||||
|
|
||||||
# Add Composer binaries
|
# Add Composer binaries
|
||||||
if [ -d "$HOME/.composer" ]; then
|
if [ -d "$HOME/.composer/vendor/bin" ]; then
|
||||||
path+=("$HOME/.composer/vendor/bin")
|
path+=("$HOME/.composer/vendor/bin")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$HOME/.config/composer/vendor/bin" ]; then
|
||||||
|
path+=("$HOME/.config/composer/vendor/bin")
|
||||||
|
fi
|
||||||
|
|
||||||
# No matches found for "*"
|
# No matches found for "*"
|
||||||
unsetopt nomatch
|
unsetopt nomatch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user