6 lines
171 B
Bash
6 lines
171 B
Bash
# Set up NNTP variables
|
|
`netrc news.xcski.com NNTP`
|
|
|
|
export PGDATA="/Users/$USER/Library/Application Support/Postgres/var-10"
|
|
alias clearpgpid="rm $PGDATA/postmaster.pid"
|