From f18e5b802f94a8f5e2f64c858e49d9062549706d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 27 Feb 2024 14:03:10 +0000 Subject: [PATCH] feat(tmux): set fish as default shell --- dot_config/tmux/tmux.conf.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index a103c19..d998eed 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -91,3 +91,5 @@ set -g message-style 'fg=black bg=white bold' set-option -g set-titles on set-option -g set-titles-string '#T' +set-option -g default-shell /usr/bin/fish +