From debe22e3085c6b3358c85585e510aaebb0a28a4b Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 4 May 2020 17:53:37 -0400 Subject: [PATCH] add pg quick initialize --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 887a0a9..104a6b3 100644 --- a/.bashrc +++ b/.bashrc @@ -118,7 +118,7 @@ fi source /home/pt/.config/broot/launcher/bash/br EDITOR=/usr/bin/vim.basic -IPTOKEN="6ac0a563fc06ab" - +export IPTOKEN="6ac0a563fc06ab" +export PG="psql -U ptrowbridge -d ubm -p 5030 -h usmidlnx01" export NVM_DIR="/home/pt/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm