tmcdonell/config-alacritty

Error

Closed this issue · 3 comments

Created log file at "/tmp/Alacritty-925.log"
[2019-11-13 22:09] [ERROR] Failed to spawn command: No such file or directory (os error 2)

alacritty version: 0.3.3
shell: fish 3.0.2

Maybe you don't have tmux installed? See here.

Maybe you don't have tmux installed? See here.

Looks like this line breaks everything.

program: /usr/local/homebrew/bin/fish

I don't use homebrew, maybe just use from $PATH, like fish?

And I have tmux installed

At this point $PATH does not exist, so you need to provide a full path to the executable you want to launch. You are free to change that to whatever shell you want to use.