Daniel Hahler
b0e23d29fe
Change default for AUTOENV_FILE_LEAVE to .env_leave
...
This does not use a fake file extension (`.leave`) like with
`.env.leave`.
2015-05-06 20:28:23 +02:00
Daniel Hahler
7699fe6aba
tests: rename setup.sh to setup.zsh
2015-04-23 16:03:21 +02:00
Daniel Hahler
5cb689875e
tests: abort if setup fails!
...
Otherwise the user's auth file might get removed.
2015-01-25 19:48:56 +01:00
Daniel Hahler
986a7609ff
Do not cd
in the chpwd
hook
...
This is not really necessary, except for the convenience of being in the
.env file's directory during the hook.
But it messes around with the "cd history", e.g. `cd -`!
To reference the .env file or its directory, `$autoenv_env_file` and
`${autoenv_env_file:h}` can be used instead.
2015-01-17 20:10:41 +01:00
Daniel Hahler
9c829733ad
tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber"
2014-12-08 22:14:54 +01:00
Daniel Hahler
364c0fbb2a
Remove underscore prefix from vars provided for .env files
...
Fixes https://github.com/Tarrasch/zsh-autoenv/issues/11
2014-12-02 18:49:23 +01:00
Daniel Hahler
5e18125f04
Improve interactive prompt
...
- Revert usage of "read -q" for authentication (#10 )
- Change format of "not authenticated" message (#9 )
2014-11-27 13:33:04 +01:00
Daniel Hahler
13c0dbcd2f
Fix $PWD while sourcing .env file - should be dir of .env file
2014-11-25 14:39:43 +01:00
Daniel Hahler
869e679b79
Fix handling of stack for leave, add to stack for autoenv_source_parent
2014-11-24 20:13:18 +01:00
Daniel Hahler
175a4eb628
tests: use sed to prepend to .env file
2014-11-24 20:13:18 +01:00
Daniel Hahler
d9ff71ac1d
Some more refactoring, adding support for autoenv_source_parent
...
- use file mtime with "entered" stack
- fix loading of varstash; look at $functions
- Refactor stack handling, add tests
- Refactor `_autoenv_get_file_upwards`, add tests
- tests: setup: reset AUTOENV_ENV_FILENAME
2014-11-24 20:13:18 +01:00