From d83a87a01c611df3c060a7c0c895293535f3d9c1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 19:09:47 -0400 Subject: [PATCH] Don't hang the terminal --- migrations/1752981883.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1752981883.sh b/migrations/1752981883.sh index 5535e70..2a6ea3a 100644 --- a/migrations/1752981883.sh +++ b/migrations/1752981883.sh @@ -9,5 +9,5 @@ if ! command -v walker &>/dev/null; then mkdir -p ~/.config/walker cp -r ~/.local/share/omarchy/config/walker/* ~/.config/walker/ - uwsm app -- walker --gapplication-service + uwsm app -- walker --gapplication-service & fi