From 3293a9e783a341803a73bd9172970e8d3de34763 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 30 Mar 2022 16:50:24 -0700 Subject: .tmux.conf: Set default shell --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0bd7996..6979591 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -#set -s exit-empty off +set-option -g default-shell $SHELL set -g prefix C-a unbind-key C-b bind-key C-a send-prefix -- cgit v1.2.3