dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 92e9848b759d5a4f9b8bef40dd01af50c0a29287
parent 19b6722f325084805f99063f1d3afdc6fbc087d9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 29 Feb 2020 22:40:27 +0100

Use less(1) as pager

Diffstat:
M.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -4,6 +4,7 @@ MANPATH=/usr/local/share/man:$MANPATH export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 export EDITOR=vi +export PAGER="less -i" export FCEDIT="$EDITOR" export TERMINAL=st export BROWSER=surf-open.sh