algotech / dotaliases

Helpful bash aliases to increase productivity
247 stars 47 forks source link

Bash completion support #85

Open deardooley opened 6 years ago

deardooley commented 6 years ago

Use of the aliases is a big help. Using them, however, breaks bash completion for most of the tools. If there was a way to maintain the aliases and bash completion for the underlying utilities, that would be pretty awesome. As it stands, for the Docker aliases, I just forked the Docker and Docker Compose bash completion files and updated with the aliases. I'm sure there is a better way.

stocarul commented 6 years ago

Completely agree with you here. I will check it with my team see if there is a generic way to enable this.