From 845e7a7857602707274431e01a934a2fe26b9b5c Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 23 Apr 2013 19:14:12 +0200 Subject: Speficied pager/less settings: use "-FRXS" anytime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 3bc5c99..ab7bbb7 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,6 @@ export PATH="${PATH}:${HOME}/.local/bin:${HOME}/bin" export KRB5_CONFIG="${HOME}/.krb5conf" export EDITOR="vim" -export PAGER="less -FRXS" +export LESS="-FRXS" +export PAGER="less" export LESSOPEN="||${HOME}/.local/bin/lesspipe-highlight.sh %s" -- cgit