aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zprofile-dtach4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zprofile-dtach b/.zprofile-dtach
index 6f57ef7..0708330 100644
--- a/.zprofile-dtach
+++ b/.zprofile-dtach
@@ -24,6 +24,10 @@ if [[ -z "${DTACH_SUB}" ]]; then
echo -n "> "
read -A args
case "${args[1]}" in
+ "")
+ break;
+ ;;
+
q)
break;
;;