From e764a407587cbe2cff22ce966543f2208ca3b122 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 18 Jun 2018 13:42:57 +0200 Subject: [PATCH] Read composer bin-dir from global context. --- home/dotfiles/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dotfiles/profile b/home/dotfiles/profile index 6df55c0..5b0c1c7 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 --absolute bin-dir)" + PATH="$PATH:$(composer config --global --absolute bin-dir)" export PATH fi section_end