Env: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:




For the command line linux tool that looks up where, see [[Command_line_and_bash_notes#env]]
For the '''command line''' linux '''tool''' that looks up where, see [[Command_line_and_bash_notes#env]]




For the '''environment-setting tool''' called ''direnv'' and its source of things to set in {{inlinecode|.envrc}}, see [[direnv]]
For the '''environment-setting command line tool''' called ''direnv'' and its source of things to set in {{inlinecode|.envrc}}, see [[direnv]]




For the '''file''' called {{inlinecode|.env}}, meant more for secrets to be loaded, see [[dotenv]]
For the '''file''' called {{inlinecode|.env}}, meant more for secrets to be loaded, see [[dotenv]]

Revision as of 12:31, 17 May 2024


For the command line linux tool that looks up where, see Command_line_and_bash_notes#env


For the environment-setting command line tool called direnv and its source of things to set in .envrc, see direnv


For the file called .env, meant more for secrets to be loaded, see dotenv