Skip to content

Commit

Permalink
Merge pull request ohmyzsh#702 from sirech/fix-bundle-compl
Browse files Browse the repository at this point in the history
Pull request ohmyzsh#594 was not really correct
  • Loading branch information
robbyrussell committed Dec 26, 2011
2 parents 2864e42 + 444145b commit 22b9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22b9977

Please sign in to comment.