Skip to content

Commit

Permalink
added instructions for completion with antigen in zsh. (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Eike <e.fokken+git@posteo.de>
  • Loading branch information
eike-fokken and eike-fokken committed Jul 13, 2020
1 parent 5d6f1bb commit 506c1b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ $ source <(hcloud completion bash) # bash
$ source <(hcloud completion zsh)   # zsh
```

If you are using antigen with zsh and completion doesn't work with the above try adding

```
function _hcloud_completion {
source <(hcloud completion zsh)   # zsh
}
compctl -K _hcloud_completion hcloud
```
instead.


## Output configuration

You can control output via the `-o` option:
Expand Down

0 comments on commit 506c1b1

Please sign in to comment.