lib/ruby/dots/command.rb in zsh_dots-0.5.6 vs lib/ruby/dots/command.rb in zsh_dots-0.5.7

- old
+ new

@@ -44,7 +44,12 @@ desc :bootstrap, "Install the whole shebang: gems, C programs, Python stuff, DOTS." def bootstrap install_programs and install_bundle and install end + + desc :bundle, "Install and update the global gem bundle" + def bundle + install_bundle + end end end