diff options
Diffstat (limited to '')
-rwxr-xr-x | man/man (renamed from dmenu/man) | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ else fi export LESS_TERMCAP_se="$(printf '\033[0m')" +# The above stopped working +if test -z "$MANPAGER"; then + export MANPAGER=colourised-less-for-man +fi + # Display, open new terminal if in the background if isfg; then |