mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 02:29:57 +01:00
Added php to path
This commit is contained in:
parent
275476066f
commit
47ddcdb913
4
zsh/env
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user