Skip to content

Releases: midwire/bash.env

v1.1.2

01 Apr 19:07

Choose a tag to compare

1.1.2 (January 05, 2026)

    1. Store paths before function definitions - Binary/script paths are stored in variables (_PYENV_BIN, _NVM_SCRIPT, etc.) before any wrapper functions are defined
  1. Explicit function definitions - Replaced eval loops with explicit function definitions for each command
  2. Unset ALL wrappers first - Each wrapper function unsets ALL related wrapper functions as its first action, before calling the load function
  3. Use stored paths - The load function uses stored paths instead of command lookups to avoid function resolution issues

bash.env 1.0.3

27 Nov 17:12

Choose a tag to compare

1.0.3 (November 27, 2021)

  • Include .git directory on propagate_env_to_host
  • Fix the load_on_login function to more accurately check if the .bashrc file is configured to load bash.env on login.