We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d3943 commit 3efd091Copy full SHA for 3efd091
build.sh
@@ -451,9 +451,9 @@ prepare_build() {
451
msg_warn "The module cannot be used because it works with Alter ISO3.0 compatibility."
452
if [[ ! -z "${include_extra+SET}" ]]; then
453
if [[ "${include_extra}" = true ]]; then
454
- modules=("share" "share-extra" "base" "zsh-powerline")
+ modules=("base" "share" "share-extra" "zsh-powerline")
455
else
456
- modules=("share" "base")
+ modules=("base" "share")
457
fi
458
459
0 commit comments