I’m looking for a new terminal. What’s your favorite one and why? Which one is popular?

  • Elsie
    link
    fedilink
    English
    14 months ago

    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?

      • Elsie
        link
        fedilink
        English
        14 months ago

        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"