diff --git a/home/dotfiles/profile b/home/dotfiles/profile index e85802b..6df55c0 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -123,7 +123,7 @@ section_end # composer section "composer" if [ $PROFILE_COMPOSER -gt 0 ]; then - PATH="$PATH:$(composer config --list --global)" + PATH="$PATH:$(composer config --absolute bin-dir)" export PATH fi section_end