Alacritty not solved issue

i searched for this error message but won't go back

is there a solution

Yeah, read the answer :slight_smile:

"This seems to be a bug in the latest update of alacritty. The issue is still unknown as of today (1st Jan 2021). However, to fix the problem, you simply have to roll-back the alacritty config file located at ~/.config/alacritty/alacritty.yml."

and wait for the fix from alacritty :smiley:

1 Like

okay i wait but iā€™m old ^^ :rofl:

It was easy fix for me :stuck_out_tongue:

Solution
Open /home/.config/alacritty/alacritty.yml
search for the line 
shell:
     program: /usr/bin/fish

press backspace before program like this:
shell:
program: /usr/bin/fish 

save it and Done!
1 Like