bash: tidying up
This commit is contained in:
4
bashrc.d/cargo.bash
Normal file
4
bashrc.d/cargo.bash
Normal 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
|
||||
5
bashrc.d/local/MacBook-Air.blacksun.org.uk.bash
Normal file
5
bashrc.d/local/MacBook-Air.blacksun.org.uk.bash
Normal 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"
|
||||
Reference in New Issue
Block a user