Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
f258bcba
Commit
f258bcba
authored
Jun 16, 2018
by
Przemysław Włodek
Committed by
Marc Cornellà
Jun 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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/
parent
e96a7b72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
yarn.plugin.zsh
plugins/yarn/yarn.plugin.zsh
+1
-1
No files found.
plugins/yarn/yarn.plugin.zsh
View file @
f258bcba
...
@@ -4,7 +4,7 @@ alias y="yarn "
...
@@ -4,7 +4,7 @@ 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
yo
ut
=
"yarn outdated"
alias
yui
=
"yarn upgrade-interactive"
alias
yui
=
"yarn upgrade-interactive"
_yarn
()
_yarn
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment