diff options
author | nicm <nicm> | 2020-09-01 09:19:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-09-01 09:19:01 +0000 |
commit | 60860aced8d424ef6c1d527b63842a0ea0f452ad (patch) | |
tree | aca4fff143d49e9d68caa8857e41bd8afea66909 /tmux.1 | |
parent | b2a262e35357228d01f93f81ab57df204fdbaef0 (diff) | |
download | rtmux-60860aced8d424ef6c1d527b63842a0ea0f452ad.tar.gz rtmux-60860aced8d424ef6c1d527b63842a0ea0f452ad.tar.bz2 rtmux-60860aced8d424ef6c1d527b63842a0ea0f452ad.zip |
Add -F to set-environment and source-file; GitHub issue 2359.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1407,7 +1407,7 @@ and .Fl T show debugging information about jobs and terminals. .It Xo Ic source-file -.Op Fl nqv +.Op Fl Fnqv .Ar path .Ar ... .Xc @@ -1418,6 +1418,11 @@ Execute commands from one or more files specified by .Xr glob 7 patterns). If +.Fl F +is present, then +.Ar path +is expanded as a format. +If .Fl q is given, no error will be returned if .Ar path @@ -5102,7 +5107,7 @@ section). Commands to alter and view the environment are: .Bl -tag -width Ds .It Xo Ic set-environment -.Op Fl hgru +.Op Fl Fhgru .Op Fl t Ar target-session .Ar name Op Ar value .Xc @@ -5113,6 +5118,11 @@ If is used, the change is made in the global environment; otherwise, it is applied to the session environment for .Ar target-session . +If +.Fl F +is present, then +.Ar value +is expanded as a format. The .Fl u flag unsets a variable. |