1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-26 01:50:11 +03:00
Commit Graph

160 Commits

Author SHA1 Message Date
Daniel Hahler
4676713bc6 Various improvements
- Support for leave event, via DOTENV_FILE_LEAVE and _dotenv_event (can
   use DOTENV_FILE_LEAVE=$DOTENV_FILE_ENTER).
 - Support for searching upwards for $DOTENV_FILE_ENTER (#3).
 - Source .env only once per session, but re-source when leave events
   are enabled (#1).
 - Trigger the machinery when the script gets sourced, for the current
   dir (#2).
2014-11-15 15:08:52 +01:00
Daniel Hahler
41625bf31c Use 'local' in functions 2014-11-15 14:49:48 +01:00
Daniel Hahler
1e60c98e4a Use escaped grep command, skipping aliases 2014-11-15 13:59:42 +01:00
Arash Rouhani
b7dfc3ec04 Add bitdeli badge 2013-09-16 11:27:08 +02:00
Arash Rouhani
cae790171d Forgot trailing white space 2013-09-08 18:54:17 +02:00
Arash Rouhani
8bed1a975e Add travis image 2013-09-08 18:50:20 +02:00
Arash Rouhani
08fec15f31 Add tests 2013-09-08 18:32:16 +02:00
Arash Rouhani
b849670591 Add readme 2013-09-08 17:14:28 +02:00
Arash Rouhani
8112af241a Antigenify 2013-09-08 17:07:38 +02:00
Arash Rouhani
fce22b3c41 Add source file 2013-09-08 17:06:26 +02:00