summaryrefslogtreecommitdiff
path: root/plugins/bundler
diff options
context:
space:
mode:
authorartemk <kramarenko.artyom@gmail.com>2011-08-06 16:46:37 +0300
committerartemk <kramarenko.artyom@gmail.com>2011-08-06 16:46:37 +0300
commit0061dda057bb3b8b67f2bf06b374ab0b786e80fe (patch)
tree70a50e2f1fec472b90007fdd52853e1babc03ae7 /plugins/bundler
parenta738ca9b645c3cc53bdb01e8676202ceca449ccf (diff)
downloadzsh-0061dda057bb3b8b67f2bf06b374ab0b786e80fe.tar.gz
zsh-0061dda057bb3b8b67f2bf06b374ab0b786e80fe.tar.bz2
zsh-0061dda057bb3b8b67f2bf06b374ab0b786e80fe.zip
Add bundle open alias, which open gem using EDITOR var
Diffstat (limited to 'plugins/bundler')
-rw-r--r--plugins/bundler/bundler.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index f005700ff..af5bf2b3b 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -3,6 +3,7 @@ alias bi="bundle install"
alias bl="bundle list"
alias bu="bundle update"
alias bp="bundle package"
+alias bo="bundle open"
# The following is based on https://github.com/gma/bundler-exec