bash: update MBP local; remove 'rm -i' alias
This commit is contained in:
@@ -29,12 +29,6 @@ alias gg="git grep"
|
|||||||
alias st="git status"
|
alias st="git status"
|
||||||
alias gd="git diff"
|
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'
|
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
|
if [ -x /usr/bin/fdfind ] ; then
|
||||||
|
|||||||
@@ -6,3 +6,8 @@ addpath "$HOME/.serverless/bin"
|
|||||||
|
|
||||||
# Set up NNTP variables
|
# Set up NNTP variables
|
||||||
`netrc news.xcski.com NNTP`
|
`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"
|
||||||
|
|||||||
Reference in New Issue
Block a user