02_direnv.bash 219 B

1234
  1. # direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.
  2. # Hook installation
  3. eval "$(direnv hook bash)"