Skip to content

Commit 0c1038e

Browse files
jubnzvtony
authored andcommitted
Fix docs
1 parent f4aa2e2 commit 0c1038e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/cli.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ Command Line Interface
1010
Completion
1111
----------
1212

13-
In zsh (``~/.zshrc``) or bash (``~/.bashrc``):
13+
In bash (``~/.bashrc``):
1414

1515
.. code-block:: sh
1616
1717
eval "$(_TMUXP_COMPLETE=source tmuxp)"
1818
19+
In zsh (``~/.zshrc``):
20+
21+
.. code-block:: sh
22+
23+
eval "$(_TMUXP_COMPLETE=source_zsh tmuxp)"
24+
1925
.. _cli_freeze:
2026

2127
Freeze sessions

0 commit comments

Comments
 (0)