about summary refs log tree commit diff
path: root/postgres/.psqlrc
blob: 6405f724a59f14d5148f5d0df26c7cdcb4914eef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\set QUIET 1
\pset null '[NULL]'

\set PROMPT1 '%[%033[1m%]%M %n@%/%R%[%033[0m%]% λ '
\set PROMPT2 '    … > '

\timing

\x auto

\set HISTCONTROL ignoredups
\set HISTFILE ~/.local/var/lib/psql_history_ :DBNAME

\set VERBOSITY verbose

\unset QUIET

Consider giving Nix/NixOS a try! <3