mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Update meteor.plugin.zsh
Uncomment m.
This commit is contained in:
parent
763df5b69e
commit
5a452a8d85
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ alias mpr='meteor publish-release' # Publish a new meteor release to the pac
|
|||
alias mr='meteor remove' # Remove a package from this project.
|
||||
alias mrp='meteor remove-platform' # Remove a platform from this project.
|
||||
alias mre='meteor reset' # Reset the project state. Erases the local database.
|
||||
# alias m='meteor run' # [default] Run this project in local development mode.
|
||||
alias m='meteor run' # [default] Run this project in local development mode.
|
||||
alias ms='meteor search' # Search through the package server database.
|
||||
alias msh='meteor shell' # Launch a Node REPL for interactively evaluating server-side code.
|
||||
alias msw='meteor show' # Show detailed information about a release or package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue