diff --git a/rc/psql-env.rc b/rc/psql-env.rc new file mode 100644 index 0000000..40b3bf5 --- /dev/null +++ b/rc/psql-env.rc @@ -0,0 +1,3 @@ +export PGHOST=localhost +export PGUSER=postgres +export PGPASSWORD=passw0rd