From f33a8e4458fd2bc4b839cb6ddc0ac2a49d9522bf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 3 Apr 2012 16:32:39 +0200 Subject: .exports: Highlight (color-code) section titles in manual pages --- .exports | 2 ++ 1 file changed, 2 insertions(+) (limited to '.exports') diff --git a/.exports b/.exports index 58fe7eb..e7d59b7 100644 --- a/.exports +++ b/.exports @@ -2,6 +2,8 @@ export EDITOR="vim" # Don’t clear the screen after quitting a manual page export MANPAGER="less -X" +# Highlight section titles in manual pages +export LESS_TERMCAP_md="$ORANGE" # Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=32768 -- cgit v1.2.3