summaryrefslogtreecommitdiff
path: root/dot/tmux.stage2.conf
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2017-12-11 10:46:22 -0500
committerAndrew Cady <d@jerkface.net>2017-12-11 10:46:22 -0500
commitcacd19eac9353f070a130040e8ff96f66637e3d9 (patch)
tree503c0a8748b51a93d08140ef935efecb647bef76 /dot/tmux.stage2.conf
parent6ef05c91886952648d5a8d2194d21bf90d94f165 (diff)
tmux: disable 'update-environment'
Diffstat (limited to 'dot/tmux.stage2.conf')
-rw-r--r--dot/tmux.stage2.conf5
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!)
4set -g update-environment ""
5
1# use UTF8 6# use UTF8
2set -q -g utf8 7set -q -g utf8
3set-window-option -q -g utf8 on 8set-window-option -q -g utf8 on