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)
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue