aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-03-16 19:24:08 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-03-16 19:24:08 +0000
commit7dc6f2816176a7bf0a3ddb6b5b3cd461f940a5b0 (patch)
treed76029ce99ba011e46ce43fbabdee021d9f74e16
parentb6ae9063ba9229edc7b9b45d46ec8043f79d6bf5 (diff)
Addded a space between the comment # and the line colored man pagesHEADmaster
-rw-r--r--.kshrc2
1 files changed, 1 insertions, 1 deletions
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"
}