Fix yarn alias that conflicts with yeoman cli (#6453)

Yeoman cli alias is 'yo' so 'yarn outdated' can't be aliased to 'yo'.
See: http://yeoman.io/
master
Przemysław Włodek 8 years ago committed by Marc Cornellà
parent e96a7b728a
commit f258bcba8d
  1. 2
      plugins/yarn/yarn.plugin.zsh

@ -4,7 +4,7 @@ alias y="yarn "
alias ya="yarn add"
alias ycc="yarn cache clean"
alias yh="yarn help"
alias yo="yarn outdated"
alias yout="yarn outdated"
alias yui="yarn upgrade-interactive"
_yarn ()

Loading…
Cancel
Save