@[email protected] to [email protected]English • 8 months agoWhat's your favorite terminal?message-square170fedilinkarrow-up1169arrow-down16file-text
arrow-up1163arrow-down1message-squareWhat's your favorite terminal?@[email protected] to [email protected]English • 8 months agomessage-square170fedilinkfile-text
minus-squareElsielinkfedilinkEnglish1•8 months agoAnd your default shell is a POSIX compliant shell, usually dash or ash, so that’s what I mean by sh. You can set it in ~/.config/alacritty/alacritty.toml with: [shell] program = "/bin/sh"
And your default shell is a POSIX compliant shell, usually dash or ash, so that’s what I mean by
sh
. You can set it in~/.config/alacritty/alacritty.toml
with:[shell] program = "/bin/sh"
Just tried that. Didn’t help