mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
621de1e20b
* colorized-man-pages: Added hooks for commands dman and debman `dman` and `debman` are tools from the package `debian-goodies` for Debian systems (see https://packages.debian.org/stable/debian-goodies). They can display man pages from manpages.debian.org or local debian packages respectively. README of the plugin is also updated. * Simplify syntax for future changes * Fix README syntax Co-authored-by: Marc Cornellà <marc.cornella@live.com>
469 B
469 B
Colored man pages plugin
This plugin adds colors to man pages.
To use it, add colored-man-pages
to the plugins array in your zshrc file:
plugins=(... colored-man-pages)
It will also automatically colorize man pages displayed by dman
or debman
,
from debian-goodies
.
You can also try to color other pages by prefixing the respective command with colored
:
colored git help clone