aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 11:27:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 11:29:24 +1200
commit46c68a119beec1a157682dcf6d4368f382267652 (patch)
treefdaf8d87a81c24078b6524ab58a54f7cc36feff5
parentRe-order a couple of PATH variables (diff)
downloaddotfiles-46c68a119beec1a157682dcf6d4368f382267652.tar.gz
dotfiles-46c68a119beec1a157682dcf6d4368f382267652.zip
Remove now-unneeded tmux environment management
I suspect these are no longer needed.
-rw-r--r--tmux/tmux.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index ca4e7172..e7f088bd 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,15 +1,3 @@
-# Strip out a lot of machine and X11 dependent crap from the initial
-# environment
-set-environment -gru DISPLAY
-set-environment -gru SSH_CLIENT
-set-environment -gru SSH_CONNECTION
-set-environment -gru SSH_TTY
-set-environment -gru WINDOWID
-
-# Otherwise, use the environment we had when we started; don't touch it during
-# a session unless I specifically ask
-set-option -g update-environment 'COLORFGBG COLORTERM'
-
# Setting this makes each new pane a non-login shell, which suits me better
set-option -g default-command "exec $SHELL"