Skip to content

v1.1.2

Latest

Choose a tag to compare

@midwire midwire released this 01 Apr 19:07
· 2 commits to master since this release

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