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

  • Elsie@lemmy.ml
    ·
    4 个月前

    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"