diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-16 19:24:08 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-16 19:24:08 +0000 |
| commit | 7dc6f2816176a7bf0a3ddb6b5b3cd461f940a5b0 (patch) | |
| tree | d76029ce99ba011e46ce43fbabdee021d9f74e16 | |
| parent | b6ae9063ba9229edc7b9b45d46ec8043f79d6bf5 (diff) | |
| -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" } |
