Use correct meta data for the command

This commit is contained in:
David Heinemeier Hansson
2026-05-05 12:53:51 +02:00
parent 95ea1ff712
commit 24e1adb01a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# Install Helix and configure it to use the current Omarchy theme.
# omarchy:summary=Install Helix and configure it to use the current Omarchy theme
echo "Installing Helix..."
omarchy-pkg-add helix
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# Reload Helix configuration (used by the Omarchy theme switching).
# omarchy:summary=Reload Helix configuration
if pgrep -x helix >/dev/null; then
pkill -USR1 helix