From 6c61ad5b21230d7605c2ddf0a04e58ecccd40cbb Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 25 Mar 2023 14:02:22 +0100 Subject: [PATCH] Try disable explicit default SHELL declaration --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0c0a924..9ed9682 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -11,4 +11,4 @@ set -s escape-time 1 set -g mouse on set -g default-terminal "xterm-256color" -set-option -g default-shell /opt/homebrew/bin/fish +# set-option -g default-shell /opt/homebrew/bin/fish