Add current hummelberg-new state
This commit is contained in:
parent
dd204c8ba6
commit
51f5e7eab9
30 changed files with 1486 additions and 0 deletions
21
defaults/user-configuration/fhauser/applications/psql.nix
Normal file
21
defaults/user-configuration/fhauser/applications/psql.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.fhauser.home.file.".psqlrc".text = ''
|
||||
\set QUIET 1
|
||||
|
||||
\pset linestyle unicode
|
||||
\pset border 2
|
||||
|
||||
\set null [null]
|
||||
\set COMP_KEYWORD_CASE upper
|
||||
\set ON_ERROR_ROLLBACK interactive
|
||||
\set PROMPT1 '%[%033[1m%]%M/%/%R%[%033[0m%]%# '
|
||||
\set PROMPT2 ''''
|
||||
\set VERBOSITY verbose
|
||||
\timing
|
||||
\x auto
|
||||
|
||||
\unset QUIET
|
||||
\conninfo
|
||||
'';
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue