From 5a93a48e2e9cbc329905eca8bea9fe38cd21f6f1 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 23 Jan 2022 23:14:16 +0000 Subject: [PATCH] macbook: update postgres version --- bashrc.d/local/MacBook-Air.blacksun.org.uk.bash | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash b/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash index 3befae9..cd02a95 100644 --- a/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash +++ b/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash @@ -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