diff options
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ export LANG="en_US.UTF-8"; export LC_ALL="en_US.UTF-8"; # Highlight section titles in manual pages -export LESS_TERMCAP_md="${ORANGE}"; +export LESS_TERMCAP_md="${yellow}"; # Don’t clear the screen after quitting a manual page export MANPAGER="less -X"; |