enable fish shell in alacrtity teminal code example
Example: enable fish shell in alacrtity teminal
# ~/.config/alacritty/alacritty.yml
# edit -> program: /bin/bash
shell:
program: /usr/bin/fish
args:
- --login
- --init-command
- "echo hello"