This commit is contained in:
Paul Trowbridge 2026-01-07 09:39:19 -05:00
parent fc2c9dccce
commit 3a402039b7
2 changed files with 9 additions and 2 deletions

View File

@ -197,4 +197,4 @@ bind 'set bell-style none'
[ -f ~/dot_config/.bashrc_local ] && source ~/dot_config/.bashrc_local [ -f ~/dot_config/.bashrc_local ] && source ~/dot_config/.bashrc_local
export PATH=$PATH:~/lua-language-server/bin export PATH=$PATH:~/lua-language-server/bin
. "$HOME/.cargo/env" [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"

View File

@ -1,9 +1,16 @@
-- Switch pagers with :x and :xx commands -- Switch pagers with :x and :xx commands
\set x '\\setenv PAGER ''less -S''' \set x '\\setenv PAGER ''less -S'''
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\'' \set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
\timing on -- \timing on
\set QUIET 1 \set QUIET 1
\pset linestyle unicode \pset linestyle unicode
-- \pset border 2 -- \pset border 2
\pset null ∅ \pset null ∅
\unset QUIET \unset QUIET
-- work with vd
-- \setenv PAGER 'vd -'
-- \pset format csv
-- \pset footer off
-- \setenv PSQL_PAGER_ALWAYS 1
-- \pset paget on