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:
172
172
- ``before_script ``
173
173
- ``session_name ``
174
174
- ``window_name ``
175
- - ``before_shell_command ``
175
+ - ``shell_command_before ``
176
176
177
177
tmuxp replaces these variables before-hand with variables in the
178
178
terminal ``tmuxp `` invokes in.
@@ -184,7 +184,7 @@ In this case of this example, assuming the username "user"::
184
184
and your session name will be ``session - user (foo) ``.
185
185
186
186
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
188
188
support normal shell variables, since they are sent into panes
189
189
automatically via ``send-key `` in ``tmux(1) ``. See ``ls $PWD `` in
190
190
example.
You can’t perform that action at this time.
0 commit comments