Skip to content

Commit b7029ee

Browse files
authored
Add zsh completion tip to README (#804)
1 parent 388ec1e commit b7029ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ k0sctl completion > /etc/bash_completion.d/k0sctl
8080

8181
```sh
8282
k0sctl completion > /usr/local/share/zsh/site-functions/_k0sctl
83+
84+
# For oh my zsh
85+
k0sctl completion > $ZSH_CACHE_DIR/completions/_k0sctl
8386
```
8487

8588
##### Fish

0 commit comments

Comments
 (0)