Env: Difference between revisions

From Helpful
Jump to navigation Jump to search
m (Redirected page to SCommand line and bash notes#env)
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [[SCommand line and bash notes#env]]
 
 
For the '''command line tool''' that most people use to get some PATH lookup in [[hashbangs]], see [[Command_line_and_bash_notes#env]]
 
 
For the '''command line tool'''  called ''direnv'' that alters your [[environment variables]], 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]]

Latest revision as of 12:36, 17 May 2024


For the command line tool that most people use to get some PATH lookup in hashbangs, see Command_line_and_bash_notes#env


For the command line tool called direnv that alters your environment variables, 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