From 2b15da85f293ecdfc2653e7ed48faef0a0bf3f89 Mon Sep 17 00:00:00 2001 From: robschia Date: Fri, 16 Oct 2015 14:49:07 +0200 Subject: [PATCH] colored-man-pages link fix --- Plugins-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index a696e84..79e6669 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -15,7 +15,7 @@ | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | | [autoenv](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/autoenv) | automatically execs script on changing dir (.env file) | | [colemak](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colemak) | colemak layout support + vi-mode fixes for colemak http://en.wikipedia.org/wiki/Keyboard_layout#Colemak | -| [colored-man](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colored-man) | adds colors to manpages | +| [colored-man-pages](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colored-man-pages) | adds colors to manpages | | [colorize](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colorize) | cat with syntax highlight support | | [command-not-found](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/command-not-found) | suggests package name with relevant command | | [compleat](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/compleat) | reformats completion http://github.com/mbrubeck/compleat |