[zsh] Don't load the makers module

This commit is contained in:
Eryn Wells 2022-01-22 09:40:13 -08:00
parent 1c80ab1de4
commit bb3fd71ddb

View file

@ -16,8 +16,6 @@ function init_zsh_functions
autoload +X $functionName
done
load_module makers
}
init_zsh_functions "$@"