summaryrefslogtreecommitdiff
path: root/plugins/adb/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2024-07-22 13:08:29 +0200
committerMarc Cornellà <marc@mcornella.com>2024-07-23 18:56:01 +0200
commit25836e227c58f98af3136d0721ae8ee78271e1c5 (patch)
tree248e82e0122c7f95fb31098751aea6ab9327cec3 /plugins/adb/README.md
parent8127e5838c24a7fbfaac5b9a02609e033cb3c5e2 (diff)
downloadzsh-25836e227c58f98af3136d0721ae8ee78271e1c5.tar.gz
zsh-25836e227c58f98af3136d0721ae8ee78271e1c5.tar.bz2
zsh-25836e227c58f98af3136d0721ae8ee78271e1c5.zip
refactor(adb): remove outdated completion plugin `adb` (#12576)
BREAKING CHANGE: the `adb` plugin has been removed in favor of the completion provided out-of-the-box by zsh since 4.3.14. This commit removes plugin `adb`, which bundles custom completion for the `adb` tool for Android. `adb` completion is already supported out of the box in zsh 4.3.14 and older. Reference: https://github.com/zsh-users/zsh/commit/d1a557d008b7fa7881327acbd6decdb50631cc9c
Diffstat (limited to 'plugins/adb/README.md')
-rw-r--r--plugins/adb/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/adb/README.md b/plugins/adb/README.md
deleted file mode 100644
index 83dcc7288..000000000
--- a/plugins/adb/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# adb autocomplete plugin
-
-* Adds autocomplete options for all adb commands.
-* Add autocomplete for `adb -s`
-
-## Requirements
-
-In order to make this work, you will need to have the Android adb tools set up in your path.