mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	* 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>
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