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 authored Aug 3, 2016
1 parent c9c39cb commit 9592569
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 9592569

Please sign in to comment.