Add local-early.zsh support

This commit is contained in:
2026-04-08 13:28:43 -07:00
parent fe6828a82e
commit a8a5aefec3

View File

@@ -28,6 +28,8 @@ function source_user_file {
fi
}
# Mostly for setting $PATH before the GUI starts
source_user_file "local-early"
# Load user early init file
source_user_file "early-init"