Remove zshlib as submodule

This commit is contained in:
T. R. Bernstein
2024-07-01 19:44:12 +02:00
committed by T. R. Bernstein
parent cf459b84bd
commit 4fa98ea9a5
5 changed files with 67 additions and 40 deletions

View File

@@ -146,7 +146,7 @@ function main() {
if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then
_DIR="${0:A:h}"
export ASTZWEIG_MACOS_SYSTEM_LIB=${_DIR}/modules/lib.sh
export ASTZWEIG_ZSHLIB=${_DIR}/zshlib
export ASTZWEIG_ZSHLIB=${_DIR}/zshlib.zwc
source "${ASTZWEIG_MACOS_SYSTEM_LIB}"
main "$@"
fi