From c5a91b1e0f4f174ca730ebcbe68eee93b47878c8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 15:57:25 +0200 Subject: [PATCH] Need to export OMARCHY_PATH too --- migrations/1751134560.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/migrations/1751134560.sh b/migrations/1751134560.sh index e4f9c4eb..8fae19b6 100644 --- a/migrations/1751134560.sh +++ b/migrations/1751134560.sh @@ -1,6 +1,7 @@ echo "Add UWSM env" -export PATH="$HOME/.local/share/omarchy/bin:$PATH" +export OMARCHY_PATH="$HOME/.local/share/omarchy" +export PATH="$OMARCHY_PATH/bin:$PATH" mkdir -p "$HOME/.config/uwsm/" omarchy-refresh-config uwsm/env