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

@@ -29,12 +29,6 @@ alias gg="git grep"
alias st="git status"
alias gd="git diff"
if [ "$TERM" == "xterm-256color" ] ; then
/bin/true
# echo TERM is xterm-256color, assuming MacBook
# Safety net for different locations of keys
# alias rm="rm -i"
fi
alias log='git log --color --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit'
if [ -x /usr/bin/fdfind ] ; then

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"