The benefits of using scripts over aliases
The benefits of using scripts over aliases

I prefer scripts to real aliases when defining a custom command.

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.