From 7e8a415b40f71f98846bb7b196804a0f9958c76b Mon Sep 17 00:00:00 2001 From: AngeD Date: Fri, 4 Nov 2022 17:58:51 +0100 Subject: [PATCH] feat: colored-man-pages and gitignore zsh plugins --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9f9188c..e0e3411 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -74,7 +74,7 @@ zstyle ':omz:update' mode disabled # disable automatic updates # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git vi-mode) +plugins=(git vi-mode colored-man-pages gitignore) . "$ZSH"/oh-my-zsh.sh