stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Check for "bash-completion" package before defining hook in Bash #58

Closed aik099 closed 8 years ago

aik099 commented 8 years ago

@stecman , please test if that works for you as well. I guess you need to do yum uninstall bash-comletion to test and then install it again via yum install bash-completion.

Closes #56