From 6a70872e84455edaec528c3575e6f924aef31351 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 17 Jul 2019 09:14:21 +0100 Subject: [PATCH] Run $SHELL as the default shell in new window --- states/tmux/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/tmux/files/tmux.conf b/states/tmux/files/tmux.conf index 3b17d1a..1afd5dc 100644 --- a/states/tmux/files/tmux.conf +++ b/states/tmux/files/tmux.conf @@ -3,7 +3,7 @@ set -g mode-keys vi set -g history-limit 10000 -set -g default-command /bin/bash +set -g default-command $SHELL unbind C-b set -g prefix C-a -- 2.45.2