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