Update meteor.plugin.zsh

Uncomment m.
This commit is contained in:
Juan David Pastas 2015-07-03 12:09:35 -05:00
commit 5a452a8d85

View file

@ -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.