diff options
author | June McEnroe <june@causal.agency> | 2016-06-17 14:44:13 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-06-17 14:44:13 -0400 |
commit | 359fac799064a50b2cc0613a5c0add328cedc258 (patch) | |
tree | 02b30f1fd62030aa50ca8151584c8f96a8e81985 | |
parent | Set PAGER=less (diff) | |
download | src-359fac799064a50b2cc0613a5c0add328cedc258.tar.gz src-359fac799064a50b2cc0613a5c0add328cedc258.zip |
Use more as pager in psql
-rw-r--r-- | .psqlrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.psqlrc b/.psqlrc index 57b9c240..553fd9da 100644 --- a/.psqlrc +++ b/.psqlrc @@ -5,4 +5,5 @@ \pset border 1 \pset null ยค \pset expanded auto +\setenv PAGER more \unset QUIET |