From 0503f078a5affe2b56bc19372b5b507017b4d10a Mon Sep 17 00:00:00 2001 From: z Date: Mon, 10 Jul 2017 22:51:17 +0800 Subject: [PATCH] zsh-256color no need --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index dc478a681..4e80e2bab 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -51,7 +51,7 @@ ZSH_CUSTOM=$HOME/.zsh-custom-conf # 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=(fasd zhs-256color zsh-syntax-highlighting) +plugins=(fasd zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh