diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-04-06 21:59:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-04-06 21:59:19 +0000 |
commit | 0fc65537a3e103ef0658234cdfa1339160b2a18d (patch) | |
tree | edc2e38ae6c805d415cef5133d2a0dddca81fbfd /tmux.1 | |
parent | 091db41bc9d178524c22465f744f59f8de9ce7f4 (diff) | |
download | rtmux-0fc65537a3e103ef0658234cdfa1339160b2a18d.tar.gz rtmux-0fc65537a3e103ef0658234cdfa1339160b2a18d.tar.bz2 rtmux-0fc65537a3e103ef0658234cdfa1339160b2a18d.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 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.244 2010-04-05 05:11:44 micahcowan Exp $ +.\" $Id: tmux.1,v 1.245 2010-04-06 21:59:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 27 2010 $ +.Dd $Mdocdate: April 4 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1743,6 +1743,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 |