From 5a452a8d853f0f46d8586ec9eeb2a0de89f1b1aa Mon Sep 17 00:00:00 2001 From: Juan David Pastas Date: Fri, 3 Jul 2015 12:09:35 -0500 Subject: [PATCH] Update meteor.plugin.zsh Uncomment m. --- plugins/meteor/meteor.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.