diff options
author | Peter Tillemans <pti@snamellit.com> | 2012-08-08 17:26:54 +0200 |
---|---|---|
committer | Peter Tillemans <pti@snamellit.com> | 2012-08-08 17:26:54 +0200 |
commit | 1a6d11dbae97d5d85129a550ec4aaba070d247e0 (patch) | |
tree | 3417db876f0bfcee95f984cb4b805419f8692b27 /plugins/bundler/bundler.plugin.zsh | |
parent | cc98254b62658a988dd8cee0d5e1cb4172b6a064 (diff) | |
parent | d05b2010ffd4cd33ff9402c402051b1caf985d97 (diff) | |
download | zsh-1a6d11dbae97d5d85129a550ec4aaba070d247e0.tar.gz zsh-1a6d11dbae97d5d85129a550ec4aaba070d247e0.tar.bz2 zsh-1a6d11dbae97d5d85129a550ec4aaba070d247e0.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 1ca48089e..39b76ecdf 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -6,7 +6,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |