FIX: commands like ruby and rake where not being completed

master
Mario Fernandez 15 years ago
parent 757fa3314d
commit 444145b495
  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