conf2/zsh/.oh-my-zsh/plugins/colored-man-pages
vincent 341b34f8fa Revert "add powerlevel10k"
This reverts commit 537a63d601.
2020-06-11 16:59:30 +02:00
..
colored-man-pages.plugin.zsh Revert "add powerlevel10k" 2020-06-11 16:59:30 +02:00
README.md Revert "add powerlevel10k" 2020-06-11 16:59:30 +02:00

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)

You can also try to color other pages by prefixing the respective command with colored:

colored git help clone