From e51d00fb7f2e72f1021ab5579e5d315c3d289705 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 29 May 2021 13:10:51 -0400 Subject: [PATCH] Add an alias for the pg --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 06139f5..2f25242 100644 --- a/zshrc +++ b/zshrc @@ -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