Add openjdk to path

This commit is contained in:
Elizabeth Hunt 2023-04-22 23:50:48 -06:00
parent 37c996dc95
commit 2b8ac635ae
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -7,6 +7,7 @@ export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"; export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH" export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
# asdf # asdf
. /opt/homebrew/opt/asdf/libexec/asdf.sh . /opt/homebrew/opt/asdf/libexec/asdf.sh