From 47ddcdb913c7caa58f7c5d659c0e8d7c47567feb Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 2 May 2022 09:43:14 +0200 Subject: [PATCH] Added php to path --- zsh/env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/env b/zsh/env index de7d973..af6c995 100644 --- a/zsh/env +++ b/zsh/env @@ -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