From 962964a54c180006e89d0809093cec2832067ad0 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 1 Feb 2025 13:59:15 +0100 Subject: [PATCH] fix(tmux): issue with not loading the default shell --- config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 6a09a2f..f304200 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -4,6 +4,7 @@ set -g default-terminal "xterm" set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 +set-option -g default-shell /opt/homebrew/bin/fish # Window settings set -g automatic-rename on