Releases: midwire/bash.env
Releases · midwire/bash.env
v1.1.2
1.1.2 (January 05, 2026)
-
- Store paths before function definitions - Binary/script paths are stored in variables (_PYENV_BIN, _NVM_SCRIPT, etc.) before any wrapper functions are defined
- Explicit function definitions - Replaced eval loops with explicit function definitions for each command
- Unset ALL wrappers first - Each wrapper function unsets ALL related wrapper functions as its first action, before calling the load function
- Use stored paths - The load function uses stored paths instead of command lookups to avoid function resolution issues
bash.env 1.0.3
1.0.3 (November 27, 2021)
- Include .git directory on propagate_env_to_host
- Fix the
load_on_loginfunction to more accurately check if the .bashrc file is configured to load bash.env on login.