From 03a4223be9358cff36c9391ef8ffb5475c032853 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 15:52:28 +0200 Subject: [PATCH] Need to have the PATH change run as the first migration or all others will fail It needs to include omarchy/bin by default too --- migrations/{1754680295.sh => 1751134560.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename migrations/{1754680295.sh => 1751134560.sh} (70%) diff --git a/migrations/1754680295.sh b/migrations/1751134560.sh similarity index 70% rename from migrations/1754680295.sh rename to migrations/1751134560.sh index e0f00d41..a9a8f106 100644 --- a/migrations/1754680295.sh +++ b/migrations/1751134560.sh @@ -1,5 +1,5 @@ echo "Add UWSM env" mkdir -p "$HOME/.config/uwsm/" omarchy-refresh-config uwsm/env - +export PATH="$HOME/.local/share/omarchy/bin:$PATH" omarchy-state set relaunch-required