From 86e656ab203d396e94aff785f241e4d091cf421b Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 9 Apr 2018 09:33:02 +0200 Subject: [PATCH] Fix composer setup. --- home/dotfiles/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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