From 7dc6f2816176a7bf0a3ddb6b5b3cd461f940a5b0 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 16 Mar 2026 19:24:08 +0000 Subject: Addded a space between the comment # and the line colored man pages --- .kshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kshrc b/.kshrc index 89e9ff1..5bc6439 100644 --- a/.kshrc +++ b/.kshrc @@ -62,7 +62,7 @@ if _exists less; then export PAGER LESSHISTFILE LESS fi -#coloured man pages +# Coloured man pages man() { sh -c "man '$@' | col -bx | bat -l man" } -- cgit v1.2.3