diff options
| author | Daniel Hahler <git@thequod.de> | 2015-02-08 15:13:54 +0100 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2015-02-08 20:27:25 +0100 |
| commit | 28d520bc21dabed9e390599d121b1867dbeb0ebb (patch) | |
| tree | 125a0becd7c61e789ff9a67bf28e1440f000d27e /Completion/Unix/Command/_adb | |
| parent | 34469: git completion: add "stash" from refs/stash to __git_heads (diff) | |
| download | zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.gz zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.bz2 zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.lz zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.xz zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.zst zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.zip | |
34470: completion: adb: add "sideload" command
btw: there is another compdef available for `adb` from
zsh-users/zsh-completion; see
https://github.com/zsh-users/zsh-completions/issues/291.
Diffstat (limited to 'Completion/Unix/Command/_adb')
| -rw-r--r-- | Completion/Unix/Command/_adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_adb b/Completion/Unix/Command/_adb index 2e36046c7..e687762d3 100644 --- a/Completion/Unix/Command/_adb +++ b/Completion/Unix/Command/_adb @@ -63,6 +63,7 @@ _adb() { "root" "usb" "tcpip" + "sideload" "ppp" ) |
