aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
Diffstat (limited to '.kshrc')
-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"
}