GravitySpoiled@lemmy.ml to Linux@lemmy.mlEnglish · 8 months agoWhat's your favorite terminal?message-squaremessage-square177fedilinkarrow-up1178arrow-down16file-text
arrow-up1172arrow-down1message-squareWhat's your favorite terminal?GravitySpoiled@lemmy.ml to Linux@lemmy.mlEnglish · 8 months agomessage-square177fedilinkfile-text
minus-squareElsie@lemmy.mllinkfedilinkEnglisharrow-up1·8 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-squareGolfNovemberUniform@lemmy.mllinkfedilinkarrow-up1·edit-28 months agosh is just an alias for the default shell. And also idk how to set that
minus-squareElsie@lemmy.mllinkfedilinkEnglisharrow-up1·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"
minus-squareGolfNovemberUniform@lemmy.mllinkfedilinkarrow-up1·8 months agoJust tried that. Didn’t help
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