diff options
author | Andrew Cady <d@jerkface.net> | 2017-12-11 10:46:22 -0500 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2017-12-11 10:46:22 -0500 |
commit | cacd19eac9353f070a130040e8ff96f66637e3d9 (patch) | |
tree | 503c0a8748b51a93d08140ef935efecb647bef76 /dot | |
parent | 6ef05c91886952648d5a8d2194d21bf90d94f165 (diff) |
tmux: disable 'update-environment'
Diffstat (limited to 'dot')
-rw-r--r-- | dot/tmux.stage2.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot/tmux.stage2.conf b/dot/tmux.stage2.conf index 3b14224..34a2fa1 100644 --- a/dot/tmux.stage2.conf +++ b/dot/tmux.stage2.conf | |||
@@ -1,3 +1,8 @@ | |||
1 | # disable a dubious "feature" where remotely logging in and attaching to the | ||
2 | # existing session causes tmux to remove the $DISPLAY variable from future new | ||
3 | # windows (even after the remote user is no longer attached!) | ||
4 | set -g update-environment "" | ||
5 | |||
1 | # use UTF8 | 6 | # use UTF8 |
2 | set -q -g utf8 | 7 | set -q -g utf8 |
3 | set-window-option -q -g utf8 on | 8 | set-window-option -q -g utf8 on |