more misc fixes

This commit is contained in:
Barrett Ruth 2026-02-10 20:29:05 -05:00
parent 749f79c4b6
commit df0035aba9
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 9 additions and 9 deletions

View file

@ -60,7 +60,7 @@ in
fi
profile=""
for d in "$zen_config"/*.Default\ \(release\); do
for d in "$zen_config"/*.Default\ Profile; do
[ -d "$d" ] && profile="$d" && break
done