Skip to content

Commit

Permalink
psqlrc
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Nov 21, 2024
1 parent eb08753 commit fe1a587
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions psqlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
\set QUIET 1
\set PROMPT1 '%n@%/%R%#%x '
\x auto
\set ON_ERROR_STOP on
\set ON_ERROR_ROLLBACK interactive

\pset null '¤'
\pset linestyle 'unicode'

\pset unicode_border_linestyle single
\pset unicode_column_linestyle single
\pset unicode_header_linestyle double

set intervalstyle to 'postgres_verbose';

\setenv LESS '-iMFXSx4R'

\unset QUIET
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ link_dir bin ${HOME}/bin
link bash_profile ${HOME}/.bash_profile
link bashrc ${HOME}/.bashrc
link inputrc ${HOME}/.inputrc
link psqlrc ${HOME}/.psqlrc
git_config

0 comments on commit fe1a587

Please sign in to comment.