Rework profile/env for shells

This commit is contained in:
2025-11-14 18:05:39 -06:00
parent 52610e056a
commit f1700e1d3d
13 changed files with 72 additions and 62 deletions

View File

@@ -8,7 +8,7 @@ sym_link() {
}
echo "---- configuring themes ----------------"
source src_files/.config/zsh/.zshenv
. ./src_files/shell/profile
echo "copying theme imports into config dirs"
omarchy_themes=(`find src_files/imports/themes-omarchy-* -mindepth 1 -maxdepth 1 -type d`)