Removed unused plugins from .zshrc

This commit is contained in:
2019-08-18 08:48:18 -04:00
parent 72f2e187a9
commit ab2739ede2

3
.zshrc
View File

@@ -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