diff options
author | nicm <nicm> | 2017-01-24 20:15:32 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-24 20:15:32 +0000 |
commit | 4b2821ff9861b193226442e9bc5507a9ddffa827 (patch) | |
tree | 23450181f40165bdae3648353e15ef064134c27d /tmux.1 | |
parent | b77dd75b5717d3b95a97c7b60c9e054338d7d85e (diff) | |
download | rtmux-4b2821ff9861b193226442e9bc5507a9ddffa827.tar.gz rtmux-4b2821ff9861b193226442e9bc5507a9ddffa827.tar.bz2 rtmux-4b2821ff9861b193226442e9bc5507a9ddffa827.zip |
Make update-environment an array as well.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -2869,19 +2869,15 @@ For how to specify see the .Ic message-command-style option. -.It Ic update-environment Ar variables -Set a space-separated string containing a list of environment variables to be -copied into the session environment when a new session is created or an -existing session is attached. +.It Ic update-environment[] Ar variable +Set list of environment variables to be copied into the session environment +when a new session is created or an existing session is attached. Any variables that do not exist in the source environment are set to be removed from the session environment (as if .Fl r was given to the .Ic set-environment command). -The default is -"DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID -XAUTHORITY". .It Xo Ic visual-activity .Op Ic on | off .Xc |