Add postgres 15 to mikasa path
This commit is contained in:
parent
a1f9682322
commit
0de65823f5
@ -6,6 +6,7 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
|
||||
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
|
||||
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
|
||||
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
|
||||
|
||||
# asdf
|
||||
. /opt/homebrew/opt/asdf/libexec/asdf.sh
|
||||
|
Loading…
Reference in New Issue
Block a user