10 lines
302 B
Bash
10 lines
302 B
Bash
# Set up NNTP variables
|
|
# echo "Running netrc"
|
|
# `netrc news.xcski.com NNTP`
|
|
|
|
# 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
|