From e8eba3619a77ebc832b127a3ffd2dd03a2e6b56c Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Tue, 14 Jul 2026 18:20:41 +0200 Subject: [PATCH] feat: Move prefered apps logic from profile.d to rc.d Without this, mise is not yet activated when evaluating the prefered apps scripts and mise installed apps are considered not installed (for exemple nvim for the EDITOR variable) --- {profile.d => rc.after.d}/apps | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {profile.d => rc.after.d}/apps (100%) diff --git a/profile.d/apps b/rc.after.d/apps similarity index 100% rename from profile.d/apps rename to rc.after.d/apps