bash: tidying up

This commit is contained in:
2021-04-27 18:24:16 +01:00
parent 730253d1fd
commit 52f5c21dd9
3 changed files with 9 additions and 11 deletions

4
bashrc.d/cargo.bash Normal file
View File

@@ -0,0 +1,4 @@
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/__tabtab.bash ] && . ~/.config/tabtab/__tabtab.bash || true
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" || true

View File

@@ -0,0 +1,5 @@
# 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"