diff options
author | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-04 15:16:29 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-15 16:42:23 +0200 |
commit | 11f0d273b5849275909d5fcf37e4771e0449f897 (patch) | |
tree | 70a94f710ae1bbde38df0441ae126d8ddf5503cb /plugins/bundler/bundler.plugin.zsh | |
parent | cfc98d3f8c234b48d34961ce18274ad365ebb97b (diff) | |
download | zsh-11f0d273b5849275909d5fcf37e4771e0449f897.tar.gz zsh-11f0d273b5849275909d5fcf37e4771e0449f897.tar.bz2 zsh-11f0d273b5849275909d5fcf37e4771e0449f897.zip |
add spring to bundler-commands
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-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 254e0a364..fe098d854 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -27,6 +27,7 @@ bundled_commands=( sidekiq spec spork + spring strainer tailor taps |