Skip to content

Commit

Permalink
Add zsh tab completion info
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Northcutt committed Aug 3, 2016
1 parent 9503d6a commit 69362a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 69362a6

Please sign in to comment.