From 0a19ca2d31a1e097fc31f43100e72a24fdd09455 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 22 Jan 2024 18:21:17 +0000 Subject: [PATCH] Add composer to path --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/profile b/.config/shell/profile index e7f526e..cb7e288 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -3,7 +3,7 @@ # profile file. Runs on login. Environmental variables are set here. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)" +export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin):$HOME/.config/composer/vendor/bin" unsetopt PROMPT_SP