DangerOnTheRanger / xonsh-apt-tabcomplete

APT tabcomplete for the Xonsh shell
BSD 2-Clause "Simplified" License
9 stars 3 forks source link

README: Describe how to load auto_apt before bash #3

Closed 20after4 closed 8 years ago

20after4 commented 8 years ago

apt_tabcomplete does not work if bash completion is loaded before auto_apt. I've added a note to the readme which explains how to load the completer in the right order so that apt_tabcomplete will be able to catch completions for apt-* before bash does.

DangerOnTheRanger commented 8 years ago

Awesome, thank you!