Removed unused plugins from .zshrc
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -53,7 +53,8 @@ COMPLETION_WAITING_DOTS="true"
|
|||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# 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
|
# User configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user