.kshrc to do exactly that.# coloured man pages
man() {
sh -c "man '$@' | col -bx | bat -l man"
}
.kshrc to do exactly that.Why do you rewrite a new man function?
I dont understand why you added `col -bx`? Option `-l` seems to arrange the text in columns; what is the diff?
Excuse-me, but I dont understand more! :(
I've read the col manpage, (before asking) but I dont understand why adding it to bat!
See: https://doc.huc.fr.eu.org/en/post/bat-cat/ ;)
(particularly the acknowledgements section) :p