Added yarn plugin
This commit is contained in:
parent
c317066f1c
commit
0aca630982
1 changed files with 10 additions and 9 deletions
|
@ -70,15 +70,16 @@ COMPLETION_WAITING_DOTS="true"
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(
|
||||
git
|
||||
git-flow
|
||||
compleat
|
||||
encode64
|
||||
sudo
|
||||
docker
|
||||
gradle
|
||||
yarn
|
||||
node
|
||||
git
|
||||
git-flow
|
||||
compleat
|
||||
encode64
|
||||
sudo
|
||||
docker
|
||||
gradle
|
||||
yarn
|
||||
yarn-autocompletions
|
||||
node
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Reference in a new issue