mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Update composer binaries location.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user