From a677d6b7a3166f82f19a0372c22db8a685fafeae Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Apr 2026 10:04:17 +0200 Subject: [PATCH] We don't need to set PATH here any more Closes #5472 --- bin/omarchy-menu | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 260a851e..174b4960 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -2,8 +2,6 @@ # Launch the Omarchy Menu or takes a parameter to jump straight to a submenu. -export PATH="$HOME/.local/share/omarchy/bin:$PATH" - # Set to true when going directly to a submenu, so we can exit directly BACK_TO_EXIT=false