From 45e1724280ee9a8968c551a1b31e91cc5580b3c8 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 25 Mar 2023 11:32:43 +0100 Subject: [PATCH] Open fish shell in alacritty & tmux --- alacritty/alacritty.yml | 6 ++++++ tmux/tmux.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index ae09e3f..15a74a5 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -5,3 +5,9 @@ font: # Colors (Terminal.app) alt_send_esc: false + +# New shells should run fish +shell: + program: /opt/homebrew/bin/fish + args: + - --login diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0f3ee7e..0c0a924 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,3 @@ - # remap previx from 'C-b' to 'F10' and should # map caps-lock to F10 unbind-key C-b @@ -12,3 +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