From 4dc16c06f50b0a01a62bbefee9b387b27a09895b Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Fri, 28 Jul 2023 15:01:09 -0400 Subject: [PATCH] add cowork pg database --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 4479cbe..4ed1e41 100644 --- a/.bashrc +++ b/.bashrc @@ -83,6 +83,10 @@ export ANSIBLE_LOAD_CALLBACK_PLUGINS=1 [[ -d /.vim/spell ]] && export VIMSPELL=("$HOME/.vim/spell/*.add") +# ----------------------------- PostgreSQL ---------------------------- + +export PGDATABASE=cowork + # -------------------------------- gpg ------------------------------- export GPG_TTY=$(tty)