diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-01 12:01:58 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-01 12:01:58 +0100 |
commit | af21e76fdb36e6d2615c15f0d791eac6d1fd0062 (patch) | |
tree | 79a87a214ac6b49af0328e6710d19afe843a2bfe /tmux.1 | |
parent | ec61aa30251974118b6a19438ca5bffc616eb10e (diff) | |
download | rtmux-af21e76fdb36e6d2615c15f0d791eac6d1fd0062.tar.gz rtmux-af21e76fdb36e6d2615c15f0d791eac6d1fd0062.tar.bz2 rtmux-af21e76fdb36e6d2615c15f0d791eac6d1fd0062.zip |
Add -e for new-session.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1094,6 +1094,7 @@ Lock all clients attached to .It Xo Ic new-session .Op Fl AdDEPX .Op Fl c Ar start-directory +.Op Fl e Ar environment .Op Fl F Ar format .Op Fl n Ar window-name .Op Fl s Ar session-name @@ -1200,6 +1201,11 @@ If is used, the .Ic update-environment option will not be applied. +.Fl e +takes the form +.Ql VARIABLE=value +and sets an environment variable for the newly created session; it may be +specified multiple times. .It Xo Ic refresh-client .Op Fl cDlLRSU .Op Fl C Ar XxY |