summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-23 19:14:12 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-23 19:14:12 +0200
commit845e7a7857602707274431e01a934a2fe26b9b5c (patch)
treec8156cc2104d10dbd7df04e10f8364501ae9108b /.profile
parent23d3a8d72461674f339b012292701b713b1c4b77 (diff)
downloaddotfiles-845e7a7857602707274431e01a934a2fe26b9b5c.tar.gz
dotfiles-845e7a7857602707274431e01a934a2fe26b9b5c.tar.xz
dotfiles-845e7a7857602707274431e01a934a2fe26b9b5c.zip
Speficied pager/less settings: use "-FRXS" anytime
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
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"