Merge pull request #702 from sirech/fix-bundle-compl

Pull request #594 was not really correct
master
Robby Russell 15 years ago
commit 22b99779d9
  1. 2
      plugins/bundler/bundler.plugin.zsh

@ -41,6 +41,6 @@ for cmd in $bundled_commands; do
alias $cmd=bundled_$cmd
if which _$cmd > /dev/null 2>&1; then
compdef _$cmd bundled_$cmd
compdef _$cmd bundled_$cmd=$cmd
fi
done

Loading…
Cancel
Save