From b02cd353543cb47ddaf079bd42f94696703f2667 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 4 Apr 2010 19:02:09 +0000 Subject: Run job commands explicitly in the global enviroment (which can be modified with setenv -g) rather than with the environment tmux started with. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 351aec44..dc590c7e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit