diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-08-23 18:21:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-08-23 18:21:02 +0000 |
commit | 90400ae96ab433a915d9e1a8b6df6a640c6fd7cd (patch) | |
tree | 196dd588e8b5ab05c686f64c763f4d9f4d5b53c2 /tmux.1 | |
parent | a910b38a353d73bf581900a6b117406020dbf2d9 (diff) | |
download | rtmux-90400ae96ab433a915d9e1a8b6df6a640c6fd7cd.tar.gz rtmux-90400ae96ab433a915d9e1a8b6df6a640c6fd7cd.tar.bz2 rtmux-90400ae96ab433a915d9e1a8b6df6a640c6fd7cd.zip |
Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS
SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION) so they are updated in the session
environment on new/attach.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1343,7 +1343,7 @@ was given to the .Ic set-environment command). The default is -.Ev DISPLAY . +"DISPLAY WINDOWID SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION". .It Xo Ic visual-activity .Op Ic on | off .Xc |