Add autoload-zshlib binary

This commit is contained in:
T. R. Bernstein
2024-07-02 23:49:24 +02:00
committed by T. R. Bernstein
parent d05cd0d635
commit 1a3b0d9315
4 changed files with 18 additions and 3 deletions

View File

@@ -31,6 +31,6 @@ function main {
if [[ "${ZSH_EVAL_CONTEXT}" == toplevel || "${ZSH_EVAL_CONTEXT}" == cmdarg ]]; then
_DIR="${0:A:h}"
autoload -w zshlib
source autoload-zshlib
main "$@"
fi