@[email protected] to [email protected]English • 1 year agoWhat's your favorite terminal?message-square170fedilinkarrow-up1169arrow-down16file-textstarcopymore-verticalflagCreate ReportslashBlock user
arrow-up1163arrow-down1message-squareWhat's your favorite terminal?@[email protected] to [email protected]English • 1 year agomessage-square170fedilinkfile-textstarcopymore-verticalflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink1•edit-21 year agosh is just an alias for the default shell. And also idk how to set that arrow-up11arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-squareElsielinkfedilinkEnglish1•1 year 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" arrow-up11arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink1•1 year agoJust tried that. Didn’t help arrow-up11arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
sh is just an alias for the default shell. And also idk how to set that
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