1
0
Fork 0

Install OS symlinks and profiles before default config

This commit is contained in:
Jeremy Kaplan 2021-04-16 13:24:27 -07:00
commit 15a6c0345e
3 changed files with 8 additions and 8 deletions

View file

@ -38,7 +38,7 @@ else
profiles=()
fi
for conf in default "${OS_NAME}" "${profiles[@]}"; do
for conf in "${OS_NAME}" "${profiles[@]}" default; do
echo "Applying config: ${conf}"
load_config "${conf}${CONFIG_SUFFIX}"
done