It is not the most optimal solution to save credentials in environment variables, especially if you intend on sharing your shell's rc file.
A simple TOML file with two entries would suffice for now, but would offer more configuration options in the future as well. TOML is also pretty easy to parse so that shouldn't be a problem.
I'd be happy to create a PR for this functionality but would like to hear your feedback in advance.
It is not the most optimal solution to save credentials in environment variables, especially if you intend on sharing your shell's
rc
file.A simple TOML file with two entries would suffice for now, but would offer more configuration options in the future as well. TOML is also pretty easy to parse so that shouldn't be a problem.
I'd be happy to create a PR for this functionality but would like to hear your feedback in advance.