aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-06-26 12:48:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-06-26 12:48:28 +1200
commit62e7ad83e32a265642c7abdbee10ef811fa4fa3a (patch)
tree8299fcfc6c3f1af0da59be2f9dc80c0081823d76
parentMerge branch 'release/v12.39.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-62e7ad83e32a265642c7abdbee10ef811fa4fa3a.tar.gz
dotfiles-62e7ad83e32a265642c7abdbee10ef811fa4fa3a.zip
Merge branch 'release/v12.40.0'v12.40.0
* release/v12.40.0: Try tmux's default $TERM
-rw-r--r--VERSION4
-rw-r--r--tmux/tmux.conf3
2 files changed, 2 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 2921494c..d596a54f 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.39.0
-Sat, 17 Jun 2023 09:46:54 +0000
+tejr dotfiles v12.40.0
+Mon, 26 Jun 2023 00:48:24 +0000
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index f6109afd..ad420528 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -4,9 +4,6 @@ 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"
-# Expect a 256-color terminal
-set-option -g default-terminal 'screen-256color'
-
# Change the prefix to ^A rather than the default of ^B, because I'm a godless
# GNU Screen refugee, and also I like using ^B in my shell and in Vim more
unbind-key C-b