Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnhamelink/env-zsh
Automatically load environment variables from a .env file in your current working directory, triggered when you change directory.
https://github.com/johnhamelink/env-zsh
Last synced: 13 days ago
JSON representation
Automatically load environment variables from a .env file in your current working directory, triggered when you change directory.
- Host: GitHub
- URL: https://github.com/johnhamelink/env-zsh
- Owner: johnhamelink
- License: mit
- Created: 2013-12-12T02:36:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T10:48:33.000Z (over 2 years ago)
- Last Synced: 2024-08-07T23:47:58.822Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 54
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Env-zsh
=======Automatically load environment variables from a .env file in your current working directory, triggered when you change directory.
NB: the .env file is sourced, so you must make sure that the syntax of the .env file is valid ZSH
How to install
=============```
cd ~/.oh-my-zsh/plugins
git clone https://github.com/johnhamelink/env-zsh.git env
vi ~/.zshrc && reload# edit your plugin list by adding 'env'
...
plugins=(git ... env)
...```
save and you are done \o/