From ab2739ede266d01bf0fe13876fde348335932676 Mon Sep 17 00:00:00 2001 From: "chawley (derry)" Date: Sun, 18 Aug 2019 08:48:18 -0400 Subject: [PATCH] Removed unused plugins from .zshrc --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 06af746..cd334bc 100644 --- a/.zshrc +++ b/.zshrc @@ -53,7 +53,8 @@ COMPLETION_WAITING_DOTS="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 zsh-autosuggestions zsh-completions vi-mode) +#plugins=(git zsh-autosuggestions zsh-completions vi-mode) +plugins=(git) # User configuration