From 4c813cdbc22e2d91bbd446597b0aae8da033e191 Mon Sep 17 00:00:00 2001 From: zeekling Date: Wed, 22 Dec 2021 23:33:59 +0800 Subject: [PATCH] update zshrc --- oh-my-zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh/zshrc b/oh-my-zsh/zshrc index 4594c61..c4433b8 100644 --- a/oh-my-zsh/zshrc +++ b/oh-my-zsh/zshrc @@ -71,7 +71,7 @@ zstyle ':omz:update' mode disabled # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git npm autojump mvn extract docker gradle zsh-syntax-highlighting zsh-autosuggestions zsh-completions + git npm autojump mvn extract docker gradle ) source $ZSH/oh-my-zsh.sh