From 1a48f6923e6f4604ce1b0181e13202ff660f98b1 Mon Sep 17 00:00:00 2001 From: xesc Date: Sat, 23 Dec 2023 23:44:55 +0100 Subject: [PATCH] starts tmux with loginshell --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index c94f808..27228c3 100644 --- a/tmux.conf +++ b/tmux.conf @@ -77,3 +77,5 @@ set -g cursor-style blinking-underline set -g focus-events on set -g visual-bell off + +set -g default-command "exec /bin/zsh"