Didn’t know about auto populating search queries, abbreviations, string scripting, and using private mode.

  • Gamma@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 days ago

    Scrubbing through the video, this hurts my soul

    echo $(echo $STRING | sed 's/World/Bash/')
    

    For variables bash has PE forms:

    echo ${STRING/World/Bash}
    

    I miss these too much when I try Fish.

      • Gamma@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        18 hours ago

        Nothings bad about it. I don’t think it’s strictly better or worse. Just

        • I’m used to it
        • The comparison in the video was just disingenuous.