Edwin Kofler
Edwin Kofler
Closing as this has been implemented in [v0.3.0](https://github.com/hyperupcall/autoenv/releases/tag/v0.3.0) with the `.env.leave` file. It's not perfect and you would have to manually "deactive" the environment you have setup (i am keeping...
`HEAD` now introduces a documented `AUTOENV_PRESERVE_CD` variable, for use in situations like this. As the documentation states, setting it to a non-empty variable when sourcing `activate.sh` will skip overriding any...
Closed as this was implemented in [v0.3.0](https://github.com/hyperupcall/autoenv/releases/tag/v0.3.0). Sorry for the pings - I know this is an older thread. If you are still using autoenv, free make a new issue...
As a prerequisite for being added to the list, this repository must pass [awesome-lint](https://github.com/sindresorhus/awesome-lint). It's not difficult, but require some opinionated changes. For example, an entry like this: ```md -...
In general, porting Bash shell code to POSIX-compliant shell code negatively impacts performance. Bash has more features under variable expansion and flags to builtins that would otherwise require costly subshells...
This is a popular request and have linked a PR that resolves this - hopefully it lands in `v0.12.1` soon. For now, the best workaround is manually checking exit codes:...
While a backronym would be cute, I think the time that this issue has been opened for shows the difficulty of finding such an initialism that is memorable, relevant, and...
@Stratus3D Wondering if you're still interested in doing this? I was thinking about doing this recently.
PR #1349 partially addresses this by making the tests more consistent
I think it would be beneficial not to remove `local`. I think I read somewhere that all major strictly POSIX shells support that, even if its not in the spec....