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
:username
andpassword
local.3x
:username
andpassword
platform.dev.my-org
:username
,password
,website
,CRED_ID
andCRED_TOKEN