Describe the bug
Some OMZ libraries have utility functions that are used by plugins at call time.
To Reproduce
- Setup ZPM, and add
zpm load @omz-lib/git
- Go to a git repository.
- Run
git_current_branch
Expected behavior
The command outputs the name of the current git branch via the function defined in the OMZ git lib.
Additional context
zsh 5.8 (x86_64-apple-darwin20.1.0)