Just a collection of useful script I use for my work, nothing more nothing less. I prefer not to have to much clutter in my rc files (.zshrc), I'd rather have shell script in $PATH rather than too much alias.
To use the script you need to have dash shell installed, alternatively you can just symlink dash to sh.
cd /usr/bin; ln -s sh dash
My script are posix compliant it should work with most shells.
I use it in conjuntion with Direnv, you should check it out, it really useful. Can be used to version SDK (Node, deno and go).
direnv edit .
PATH_add /path/to/git/bin