Open fish shell in alacritty & tmux

This commit is contained in:
2023-03-25 11:32:43 +01:00
parent d1fe6943de
commit 45e1724280
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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