Skip to content

Commit 015b426

Browse files
committed
Merge pull request #113 from yvaucher/yvaucher-patch-doc-shell_command_before
Fix misnamed key in environement variable example.rst
2 parents 0998e6e + 34c7302 commit 015b426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ for the following variables:
172172
- ``before_script``
173173
- ``session_name``
174174
- ``window_name``
175-
- ``before_shell_command``
175+
- ``shell_command_before``
176176

177177
tmuxp replaces these variables before-hand with variables in the
178178
terminal ``tmuxp`` invokes in.
@@ -184,7 +184,7 @@ In this case of this example, assuming the username "user"::
184184
and your session name will be ``session - user (foo)``.
185185

186186
Shell variables in ``shell_command`` do not support this type of
187-
concatenation. ``shell_command`` and ``before_shell_command`` both
187+
concatenation. ``shell_command`` and ``shell_command_before`` both
188188
support normal shell variables, since they are sent into panes
189189
automatically via ``send-key`` in ``tmux(1)``. See ``ls $PWD`` in
190190
example.

0 commit comments

Comments
 (0)