File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
177177tmuxp replaces these variables before-hand with variables in the
178178terminal ``tmuxp `` invokes in.
@@ -184,7 +184,7 @@ In this case of this example, assuming the username "user"::
184184and your session name will be ``session - user (foo) ``.
185185
186186Shell 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
188188support normal shell variables, since they are sent into panes
189189automatically via ``send-key `` in ``tmux(1) ``. See ``ls $PWD `` in
190190example.
You can’t perform that action at this time.
0 commit comments