added Bundler readme file

This commit is contained in:
Thomas Kriechbaumer 2014-07-07 14:23:37 +02:00
commit 34bc91e79d
2 changed files with 50 additions and 1 deletions

View file

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