diff --git a/plugins/meteor/meteor.plugin.zsh b/plugins/meteor/meteor.plugin.zsh index 2d42efd45..db55e367d 100644 --- a/plugins/meteor/meteor.plugin.zsh +++ b/plugins/meteor/meteor.plugin.zsh @@ -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.