From 81b2f5f82c06bc42e2c5a03df9304e590361d973 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 1 Aug 2025 01:28:07 +0200 Subject: [PATCH] fix: show the menu to allow for cancelling to enter tty --- .zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index 177aed7..e9bcb99 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,3 @@ -if uwsm check may-start; then - exec uwsm start default +if uwsm check may-start && uwsm select; then + exec uwsm start default fi