Add postgres 15 to mikasa path

This commit is contained in:
Elizabeth Hunt 2023-04-22 22:49:51 -06:00
parent a1f9682322
commit 0de65823f5
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -6,6 +6,7 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"; 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"
# asdf # asdf
. /opt/homebrew/opt/asdf/libexec/asdf.sh . /opt/homebrew/opt/asdf/libexec/asdf.sh