Skip to content

qustavo/dotenv.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dotenv.sh

Loads environment variables from .env in your shell

Installation

$ wget https://raw.githubusercontent.com/gchaincl/dotenv.sh/master/dotenv.sh -O ~/.dotenv.sh

Add the following to your .bashrc, .zshrc or .<whatever>rc:

source ~/.dotenv.sh

Usage

Each time you cd to a directory, dotenv.sh will try to load a .env file and export it's content

TODO

  • Unload loaded variables when you exit directory
  • Optional variable overwriting

About

Loads environment variables from `.env` in your shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages