Add openjdk to path
This commit is contained in:
parent
37c996dc95
commit
2b8ac635ae
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user