From ff587c5f9ae0d295fec1a9ee0b2a3fbbc54efea6 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 12 May 2023 21:01:07 -0400 Subject: [PATCH] tmux: set default shell to fish --- src/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.config/tmux/tmux.conf b/src/.config/tmux/tmux.conf index 50858cd..f911eea 100644 --- a/src/.config/tmux/tmux.conf +++ b/src/.config/tmux/tmux.conf @@ -2,6 +2,8 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +set -g default-shell "/bin/fish" + set -g status-position top set -g status-left-length 20 set -g status-left '#{user}@#h'