From 5ea357fd2c0d9f6cf96d124235bd0df5003e6830 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 2 Mar 2024 21:20:43 -0500 Subject: [PATCH] tmux: use /usr/bin/fish path --- src/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/tmux/tmux.conf b/src/.config/tmux/tmux.conf index 8831e25..843cb5b 100644 --- a/src/.config/tmux/tmux.conf +++ b/src/.config/tmux/tmux.conf @@ -2,7 +2,7 @@ # set-option -g prefix C-a # bind-key C-a send-prefix -set -g default-shell "/bin/fish" +set -g default-shell "/usr/bin/fish" set -g status-position top set -g status-left-length 20