diff options
| -rw-r--r-- | .kshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |
