• trevor@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Fish is actually user friendly and easy to learn. The interactive completions are better than any other shell and are something I don’t want to live without.

    It differs from bash in some esoteric ways, but any issues you might encounter as a result are easily worked around by putting shebangs in your scrips, which you should be doing anyway, and bash -c 'your command'.

    Honorable mention for nushell, but that one differs from bash a little too much to pick up quickly. However, having an object-oriented shell is pretty sick.