From 9d2a00118e65bbe81e3b0d77e9c6225a6cf4c080 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Nov 2021 21:08:38 -0500 Subject: Set PAGER to less for mandoc --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index a872163..37af72e 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -103,6 +103,7 @@ export LC_TIME="en_DK.UTF-8" export WINDOW_MANAGER="/usr/bin/bspwm" export GTK_IM_MODULE="xim" export EDITOR="emacsclient" +export PAGER="less" export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig # colorize man -- cgit v1.2.1