diff options
author | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-04 15:17:02 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2014-07-15 16:42:23 +0200 |
commit | b007fee187bb111c13c0c95b39763b28dc3f8ca0 (patch) | |
tree | b10be45156d35d469f9749468bd4a31f4fa674a5 /plugins | |
parent | 11f0d273b5849275909d5fcf37e4771e0449f897 (diff) | |
download | zsh-b007fee187bb111c13c0c95b39763b28dc3f8ca0.tar.gz zsh-b007fee187bb111c13c0c95b39763b28dc3f8ca0.tar.bz2 zsh-b007fee187bb111c13c0c95b39763b28dc3f8ca0.zip |
add pry to bundler-commands
Diffstat (limited to 'plugins')
-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 fe098d854..4f9eea922 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -18,6 +18,7 @@ bundled_commands=( knife middleman nanoc + pry puma rackup rainbows |