Quote OMARCHY_PATH in migration source command

Agent-Logs-Url: https://github.com/basecamp/omarchy/sessions/36fb96d5-70fd-4365-9550-e7ff5f8735d1

Co-authored-by: dhh <2741+dhh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-22 20:31:31 +00:00
committed by GitHub
co-authored by dhh
parent 12494bcd8f
commit 141edc262f
+1 -1
View File
@@ -2,7 +2,7 @@ echo "Add flags sourcing to hyprland.conf"
HYPR_CONF=~/.config/hypr/hyprland.conf
source $OMARCHY_PATH/install/config/omarchy-toggles.sh
source "$OMARCHY_PATH/install/config/omarchy-toggles.sh"
if [[ -f $HYPR_CONF ]] && ! grep -q "toggles/hypr/\*\.conf" "$HYPR_CONF"; then
echo -e "\n# Toggle config flags dynamically\nsource = ~/.local/state/omarchy/toggles/hypr/*.conf" >> "$HYPR_CONF"