GravitySpoiled to LinuxEnglish · 9 months agoWhat's your favorite terminal?message-squaremessage-square178fedilinkarrow-up1178arrow-down16file-text
arrow-up1172arrow-down1message-squareWhat's your favorite terminal?GravitySpoiled to LinuxEnglish · 9 months agomessage-square178fedilinkfile-text
minus-squareElsielinkfedilinkEnglisharrow-up1·9 months agoOh I think I know what you mean. Did you try setting your shell to something like sh instead of bash or zsh and see if it was a shell startup issue?
minus-squareGolfNovemberUniformlinkfedilinkarrow-up1·edit-29 months agosh is just an alias for the default shell. And also idk how to set that
minus-squareElsielinkfedilinkEnglisharrow-up1·9 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"
Oh I think I know what you mean. Did you try setting your shell to something like
sh
instead of bash or zsh and see if it was a shell startup issue?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:Just tried that. Didn’t help