bash: update MBP local; remove 'rm -i' alias

This commit is contained in:
2021-03-20 20:02:13 +00:00
parent 954bca71a5
commit beb57e4932
2 changed files with 5 additions and 6 deletions

View File

@@ -6,3 +6,8 @@ addpath "$HOME/.serverless/bin"
# 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"
alias nwjs="/Applications/nwjs.app/Contents/MacOS/nwjs"