Skip to content

Commit 022f807

Browse files
committed
docs(cli): Fix autocompletion command
1 parent c2b57ee commit 022f807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In zsh (`~/.zshrc`):
2020

2121
```{code-block} sh
2222
23-
eval "$(_TMUXP_COMPLETE=source_zsh tmuxp)"
23+
eval "$(_TMUXP_COMPLETE=zsh_source tmuxp)"
2424
2525
```
2626

0 commit comments

Comments
 (0)