summaryrefslogtreecommitdiffstats
path: root/.psqlrc
blob: a1026b6227df68642d66213aca5acbe921f5e65d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
\set QUIET
\set HISTFILE          ~/.cache/psql/:DBNAME
\set HISTSIZE          2000
\set HISTCONTROL       ignoredups
\set COMP_KEYWORD_CASE lower
\pset linestyle        unicode
\pset null             'NULL'
\timing                on
\set PROMPT1           '%n@%m %/$ '
\set PROMPT2           ''