Add composer to path

This commit is contained in:
2024-01-22 18:21:17 +00:00
parent 6d1bd5aee1
commit 0a19ca2d31

View File

@@ -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