diff options
author | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-02 20:35:49 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-15 16:42:23 +0200 |
commit | c4eec0b1349168a0c23819d153401ce7e802260c (patch) | |
tree | 2b5ee883135c66e411f9adbafa1fa308c1d964c2 | |
parent | d29c53cb101d6949f9d2c341e511533046568b86 (diff) | |
download | zsh-c4eec0b1349168a0c23819d153401ce7e802260c.tar.gz zsh-c4eec0b1349168a0c23819d153401ce7e802260c.tar.bz2 zsh-c4eec0b1349168a0c23819d153401ce7e802260c.zip |
add sidekiq to bundler-commands
closes #2779
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 12f516f14..57fb20bea 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -27,6 +27,7 @@ bundled_commands=( rspec ruby shotgun + sidekiq spec spin spork |