Add an alias to access psql db

This commit is contained in:
Monocots 2022-10-25 19:06:30 +00:00
parent 9f60595d65
commit 00ec9c9b8e
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
alias psql='psql postgresql://rhizomatica:<%= @pgsql_pwd %>@localhost/rhizomatica'