I’ve done something similiar to this over the years for organization purposes and not having to change much between shells except add a path. You can also add cases that check your shell and do something slightly different if needed.

  • markstos@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    19 hours ago

    And: Fish implements aliases as scripts! When you use alias —save, fish creates as script with a function in it.