nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
191 stars 57 forks source link

Remove _adb from zsh completions #40

Closed anatol closed 3 years ago

anatol commented 3 years ago

Upstream zsh already provides completion for _adb and it seems work better than the AOSP one.

Closes #38

lilydjwg commented 3 years ago

Hi, can you also add these lines to the top of _fastboot so that it at least works:

#compdef fastboot

autoload -Uz bashcompinit
bashcompinit
anatol commented 3 years ago

Closing in favor https://github.com/nmeum/android-tools/pull/45