mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-10-29 12:30:13 +00:00
Open fish shell in alacritty & tmux
This commit is contained in:
@@ -5,3 +5,9 @@ font:
|
|||||||
|
|
||||||
# Colors (Terminal.app)
|
# Colors (Terminal.app)
|
||||||
alt_send_esc: false
|
alt_send_esc: false
|
||||||
|
|
||||||
|
# New shells should run fish
|
||||||
|
shell:
|
||||||
|
program: /opt/homebrew/bin/fish
|
||||||
|
args:
|
||||||
|
- --login
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# remap previx from 'C-b' to 'F10' and should
|
# remap previx from 'C-b' to 'F10' and should
|
||||||
# map caps-lock to F10
|
# map caps-lock to F10
|
||||||
unbind-key C-b
|
unbind-key C-b
|
||||||
@@ -12,3 +11,4 @@ set -s escape-time 1
|
|||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
|
set-option -g default-shell /opt/homebrew/bin/fish
|
||||||
|
|||||||
Reference in New Issue
Block a user