From dcc33835f39bfb59d03a77898a8fca73f3df1368 Mon Sep 17 00:00:00 2001 From: Eragos Date: Tue, 9 Aug 2016 17:50:55 +0200 Subject: [PATCH] enable oh-my-zsh colored-man-pages plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index fcdd844..1ab19f2 100644 --- a/.zshrc +++ b/.zshrc @@ -49,7 +49,7 @@ DISABLE_AUTO_UPDATE="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git docker sublime sudo) +plugins=(colored-man-pages git docker sublime sudo) # User configuration