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