feat(grfn/system): Use fancy unicode chars in psql
Change-Id: I3abb97a2f101fbf813736e48fa86b51ca2dbe931 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9083 Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
5cc62fc998
commit
72fc4fee53
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,7 @@ with lib;
|
|||
|
||||
home.file.".psqlrc".text = ''
|
||||
\set QUIET 1
|
||||
|
||||
\timing
|
||||
\set ON_ERROR_ROLLBACK interactive
|
||||
\set VERBOSITY verbose
|
||||
|
@ -127,6 +128,12 @@ with lib;
|
|||
\set HISTFILE ~/.psql_history- :DBNAME
|
||||
\set HISTCONTROL ignoredups
|
||||
\pset null [null]
|
||||
|
||||
\pset linestyle 'unicode'
|
||||
\pset unicode_border_linestyle single
|
||||
\pset unicode_column_linestyle single
|
||||
\pset unicode_header_linestyle double
|
||||
|
||||
\unset QUIET
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue