Fix escaping

This commit is contained in:
David Heinemeier Hansson
2025-06-02 21:27:50 +02:00
parent df42ec1123
commit 00daa51690

View File

@ -4,4 +4,4 @@ yay -S --noconfirm --needed \
xdg-desktop-portal-hyprland
# Start Hyprland on first session
echo "[[ -z $DISPLAY && $(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile