From 3a770db449ce49411feb28e242461a34317bd15d Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Wed, 3 Aug 2016 12:59:11 -0700 Subject: [PATCH] Add zsh tab completion info Ref: https://github.com/eddiezane/lunchy/issues/57#issuecomment-121173592 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dfdc07e7a..a9abb7805 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,14 @@ source /FULL/PATH/TO/wp-completion.bash Don't forget to run `source ~/.bash_profile` afterwards. +If using zsh for your shell, you may need to do the following: + +``` +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + ## Support WP-CLI's maintainers and project contributors do their best to respond to all new issues in a timely manner. To make the best use of their volunteered time, please first see if there may be an answer to your question in one of the following resources: