From a8a5aefec331741410ac955f93a550789a68e3ce Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 8 Apr 2026 13:28:43 -0700 Subject: [PATCH] Add local-early.zsh support --- init.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.zsh b/init.zsh index d3ba9e4..437a595 100644 --- a/init.zsh +++ b/init.zsh @@ -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"