Add an alias for the pg

This commit is contained in:
Dan Buch 2021-05-29 13:10:51 -04:00
parent ea6e5522cc
commit e51d00fb7f
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

4
zshrc
View File

@ -136,6 +136,10 @@ if command -v ssh-add &>/dev/null; then
alias ssh-add='ssh-add -t 1h'
fi
if psql --version &>/dev/null; then
alias pgme='psql -d postgres://me@jool.meatballhat.com:15744/me'
fi
unsetopt correct_all
bindkey '^R' history-incremental-search-backward