updates
This commit is contained in:
parent
fc2c9dccce
commit
3a402039b7
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user