Added php to path

This commit is contained in:
Jan Jastrow 2022-05-02 09:43:14 +02:00
parent 275476066f
commit 47ddcdb913
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ if test -d "$homebrew_opt/openjdk/bin/"; then
export PATH="$homebrew_opt/openjdk/bin:$PATH"
fi
if test -d "$homebrew_opt/php@7.4"; then
export PATH="$homebrew_opt/php@7.4/bin:$PATH"
fi
if test -d "$homebrew_opt/ruby"; then
export PATH="$homebrew_opt/ruby/bin:$PATH"
fi