summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
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"