aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 09:17:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 09:17:03 +1200
commit40027a7c1c8f373b7bce3c7ac3c7336f44c32e1a (patch)
treeb4d84540c66d337dd106456e161b0f5edf1c3fd5
parentMerge branch 'release/v12.13.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-40027a7c1c8f373b7bce3c7ac3c7336f44c32e1a.tar.gz
dotfiles-40027a7c1c8f373b7bce3c7ac3c7336f44c32e1a.zip
Merge branch 'release/v12.14.0'v12.14.0
* release/v12.14.0: Explicitly fork for new tmux windows
-rw-r--r--VERSION4
-rw-r--r--tmux/tmux.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 28561606..d3aad803 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.13.0
-Thu, 28 Jul 2022 20:46:38 +0000
+tejr dotfiles v12.14.0
+Thu, 28 Jul 2022 21:16:58 +0000
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 4410fe0e..ca4e7172 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -11,7 +11,7 @@ set-environment -gru WINDOWID
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 "$SHELL"
+set-option -g default-command "exec $SHELL"
# Expect a 256-color terminal
set-option -g default-terminal 'screen-256color'