From e6950550d41ac2f21cc68ff2012718fa2547b58e Mon Sep 17 00:00:00 2001 From: Kunal Parikh Date: Sat, 16 Feb 2013 14:53:34 +1100 Subject: [PATCH] [plugins/zeus] start zeus without bundler --- plugins/zeus/zeus.plugin.zsh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/zeus/zeus.plugin.zsh b/plugins/zeus/zeus.plugin.zsh index 1658b34d3..eddfb4f94 100644 --- a/plugins/zeus/zeus.plugin.zsh +++ b/plugins/zeus/zeus.plugin.zsh @@ -2,12 +2,6 @@ # Zeus preloads your Rails environment and forks that process whenever # needed. This effectively speeds up Rails' boot process to under 1 sec. -# Always use bundler. -# Rails depends on bundler, so we can be pretty sure, that there are no -# problems with this command. For all the other aliases I provided an -# alternative, in case people have conflicts with other plugins (e.g. suse). -alias zeus='bundle exec zeus' - # Init alias zi='zeus init' alias zinit='zeus init'