summaryrefslogtreecommitdiff
path: root/plugins/bundler
diff options
context:
space:
mode:
authorDennis Hägler <dennis.haegler@gmail.com>2018-08-16 17:52:45 +0200
committerMarc CornellĂ  <marc.cornella@live.com>2018-08-16 22:41:29 +0200
commita52a5fb1f4a5ca4bacc67e117872cfc4eb1d6417 (patch)
treedd391faa0204994a7c2d56dd47eb2ac18e154c1e /plugins/bundler
parent035d78120cb41297068967d3205a23bee22b9543 (diff)
downloadzsh-a52a5fb1f4a5ca4bacc67e117872cfc4eb1d6417.tar.gz
zsh-a52a5fb1f4a5ca4bacc67e117872cfc4eb1d6417.tar.bz2
zsh-a52a5fb1f4a5ca4bacc67e117872cfc4eb1d6417.zip
Remove the white space
The white space is causing an error and bundler cannot find any commands!
Diffstat (limited to 'plugins/bundler')
-rw-r--r--plugins/bundler/bundler.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index 589f2cfce..b0b286af5 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -1,4 +1,4 @@
-alias be="bundle exec "
+alias be="bundle exec"
alias bl="bundle list"
alias bp="bundle package"
alias bo="bundle open"