diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-04-04 19:02:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-04-04 19:02:09 +0000 |
commit | b02cd353543cb47ddaf079bd42f94696703f2667 (patch) | |
tree | a7f93d71da25c2bae91d2f3a97b60ccf9d63a9ee /tmux.1 | |
parent | 7425122c1cd2aff909d72b33ef07b6a71d0c6922 (diff) | |
download | rtmux-b02cd353543cb47ddaf079bd42f94696703f2667.tar.gz rtmux-b02cd353543cb47ddaf079bd42f94696703f2667.tar.bz2 rtmux-b02cd353543cb47ddaf079bd42f94696703f2667.zip |
Run job commands explicitly in the global enviroment (which can be
modified with setenv -g) rather than with the environment tmux started
with.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1745,6 +1745,10 @@ the .Ic status-interval option: if the status line is redrawn in the meantime, the previous result is used. +Shell commands are executed with the +.Nm +global environment set (see the +.Sx ENVIRONMENT section). .Pp #[attributes] allows a comma-separated list of attributes to be specified, these may be |