1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-29 03:00:11 +03:00
zsh-autoenv/tests
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
..
ZDOTDIR tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber" 2014-12-08 22:14:54 +01:00
ZDOTDIR.clobber tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber" 2014-12-08 22:14:54 +01:00
ZDOTDIR.loadviafunction Fix being loaded from a function (antigen) 2014-12-11 16:22:54 +01:00
_autoenv_stack.t Fix handling of stack for leave, add to stack for autoenv_source_parent 2014-11-24 20:13:18 +01:00
_autoenv_utils.t Encapsulate the file name in the hash pair for stricter matching 2014-12-04 10:35:09 +01:00
autoenv.t tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber" 2014-12-08 22:14:54 +01:00
cwd.t Do not cd in the chpwd hook 2015-01-17 20:10:41 +01:00
leave.t tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber" 2014-12-08 22:14:54 +01:00
recurse-upwards.t Do not cd in the chpwd hook 2015-01-17 20:10:41 +01:00
setup.sh tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber" 2014-12-08 22:14:54 +01:00
varstash.t tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber" 2014-12-08 22:14:54 +01:00