macbook: update postgres version

This commit is contained in:
2022-01-23 23:14:16 +00:00
parent d12323804e
commit 5a93a48e2e

View File

@@ -1,5 +1,9 @@
# Set up NNTP variables
`netrc news.xcski.com NNTP`
# echo "Running netrc"
# `netrc news.xcski.com NNTP`
export PGDATA="/Users/$USER/Library/Application Support/Postgres/var-10"
# export PGDATA="/Users/$USER/Library/Application Support/Postgres/var-13"
alias clearpgpid="rm $PGDATA/postmaster.pid"
echo "Adding Flutter to path"
addpath $HOME/opt/flutter-2.5.2/bin/
addpath $HOME/Library/Python/3.9/bin