From 52fa5a2147de8f81073c6c63aa538cfcd61298bd Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 8 Jun 2021 14:35:32 -0400 Subject: [PATCH] Added tmux as the default shell --- dot_config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index 9355fd1..3ae24fb 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -774,7 +774,7 @@ mark3_background #f274bc #: Advanced {{{ -shell . +shell tmux #: The shell program to execute. The default value of . means to use #: whatever shell is set as the default shell for the current user.