From 274ba2d0e26449c229c1ca95ac59465a80f2cf4f Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 3 Dec 2022 00:54:21 +0100 Subject: [PATCH] Update '.tmux.conf' --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index da15a9b..1562763 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,9 @@ # tmux theme source-file "${HOME}/.tmux.theme" +# default shell +set-option -g default-shell /bin/bash + # Remap prefix from 'C-b' to 'C-a' unbind C-b set-option -g prefix C-a