Commit 22b99779 authored by Robby Russell's avatar Robby Russell
Browse files

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

Pull request #594 was not really correct
parents 2864e421 444145b4
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment