Added yarn plugin

This commit is contained in:
dbroqua 2020-07-05 10:43:14 +02:00
parent c317066f1c
commit 0aca630982

View File

@ -70,15 +70,16 @@ COMPLETION_WAITING_DOTS="true"
# 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=( plugins=(
git git
git-flow git-flow
compleat compleat
encode64 encode64
sudo sudo
docker docker
gradle gradle
yarn yarn
node yarn-autocompletions
node
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh