aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index e7f088bd..053921b3 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,3 +1,6 @@
+# Don't update the environment from anywhere; too confusing
+set-option -g update-environment ''
+
# Setting this makes each new pane a non-login shell, which suits me better
set-option -g default-command "exec $SHELL"
@@ -69,9 +72,6 @@ set-option -g base-index 1
# meta and prefer things to be snappier
set-option -g escape-time 0
-# Keep plenty of history
-set-option -g history-limit 100000
-
# Don't interfere with my system clipboard
set-option -g set-clipboard off