From b933f1f4cdf3e6588db3ab34bd93eeb2034906c2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 18:12:56 +0200 Subject: [PATCH] Autolaunch not working for Helix --- bin/omarchy-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 5ae7b65d..7eb71452 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -198,7 +198,7 @@ show_install_editor_menu() { *Cursor*) install_and_launch "Cursor" "cursor-bin" "cursor" ;; *Zed*) install_and_launch "Zed" "zed" "dev.zed.Zed" ;; *Sublime*) install_and_launch "Sublime Text" "sublime-text-4" "sublime_text" ;; - *Helix*) install_and_launch "Helix" "helix" "helix" ;; + *Helix*) install "Helix" "helix" ;; *) show_install_menu ;; esac }