Skip to content

Commit eb9c134

Browse files
committed
fixes for cli docs
1 parent f2d1b75 commit eb9c134

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/cli.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _cli:
2+
.. _commands:
23

34
======================
45
Command Line Interface
@@ -11,12 +12,10 @@ Completion
1112

1213
In zsh (``~/.zshrc``) or bash (``~/.bashrc``):
1314

14-
.. code-block::
15+
.. code-block:: sh
1516
1617
eval "$(_TMUXP_COMPLETE=source tmuxp)"
1718
18-
.. _commands:
19-
2019
.. _cli_freeze:
2120

2221
Freeze sessions
@@ -51,9 +50,6 @@ Load session
5150
tmuxp load /abs/path/to/myfile.yaml
5251
tmuxp load ~/myfile.yaml
5352

54-
Keep your configs in ``$HOME/.tmuxp`` for easy access and detection by
55-
:ref:`bash_completion`.
56-
5753
Files also may be loaded by absolute path.
5854

5955
.. code-block:: bash

0 commit comments

Comments
 (0)