aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-06-03 09:16:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-06-03 09:16:07 +1200
commit2a2dac894cb7799c4c70264efdda341464c2256f (patch)
tree7df432dd8f552710a1338cdc70c1a26b2e4678e8 /tmux
parentStore a local .dircolors file (diff)
downloaddotfiles-2a2dac894cb7799c4c70264efdda341464c2256f.tar.gz
dotfiles-2a2dac894cb7799c4c70264efdda341464c2256f.zip
Reduce environment hosing list for tmux
We really only need to make sure DISPLAY is empty
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 87a7681f..d603408b 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,12 +1,7 @@
# My tmux session is no-display land because I attach to it with all sorts of
# terminal clients, including PuTTY, so I don't always have X forwarding
# available and therefore it's not appropriate to set the display
-set-environment -gru DBUS_SESSION_BUS_ADDRESS
-set-environment -gru DESKTOP_STARTUP_ID
set-environment -gru DISPLAY
-set-environment -gru WINDOWID
-set-environment -gru XAUTHORITY
-set-environment -gru XDG_SESSION_COOKIE
# Force the browser to be Lynx in case we inherited a non-null DISPLAY
set-environment -g BROWSER 'lynx'