mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Fix the composer check path
This commit is contained in:
parent
a157310eb9
commit
f542dc3365
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ FOUND_COMPOSER=0
|
|||
composerdirs=("$HOME/.composer" "$HOME/.config/composer")
|
||||
|
||||
for composerdir in "${composerdirs[@]}" ; do
|
||||
if [ -d $composerdir/bin -a $FOUND_COMPOSER -eq 0 ] ; then
|
||||
if [ -d $composerdir/vendor/bin -a $FOUND_COMPOSER -eq 0 ] ; then
|
||||
FOUND_RBENV=1
|
||||
|
||||
# Add Composer's global binaries to PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue