I have a set of files in my ~/bin folder named env.*.zsh that setup the env vars
and aliases that I need for development or testing on different environments. One of the
env vars defined is $HELP, that I can echo to be remined of what alias I may want to
use in that environment.
All the env.*.zsh files rely on some stuff specific to my laptop:
- credentials stored in IBM's 1password
local.platform:usernameandpasswordlocal.3x:usernameandpassword
platform.dev.my-org:username,password,website,CRED_IDandCRED_TOKEN
