diff options
author | Dennis Hägler <dennis.haegler@gmail.com> | 2018-08-16 17:52:45 +0200 |
---|---|---|
committer | Marc CornellĂ <marc.cornella@live.com> | 2018-08-16 22:41:29 +0200 |
commit | a52a5fb1f4a5ca4bacc67e117872cfc4eb1d6417 (patch) | |
tree | dd391faa0204994a7c2d56dd47eb2ac18e154c1e /plugins/bundler | |
parent | 035d78120cb41297068967d3205a23bee22b9543 (diff) | |
download | zsh-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.zsh | 2 |
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" |