mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-01-21 21:31:06 +02:00
986a7609ff
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.