Remove alias yo from yarn plugin

`yo` is also a broadly used command line tool to install yeoman generators (http://yeoman.io/)
This commit is contained in:
Sebastian Thomas 2018-04-27 11:22:01 +02:00 committed by GitHub
commit 316d5302a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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