aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zprofile-dtach6
1 files changed, 2 insertions, 4 deletions
diff --git a/.zprofile-dtach b/.zprofile-dtach
index 0708330..4571f94 100644
--- a/.zprofile-dtach
+++ b/.zprofile-dtach
@@ -33,10 +33,8 @@ if [[ -z "${DTACH_SUB}" ]]; then
;;
*)
- if [[ "${args[1]}" != "q" ]]; then
- DTACH_SUB=true dtach -A "/tmp/dtach-${args[1]}" -z zsh
- clear
- fi
+ DTACH_SUB=true dtach -A "/tmp/dtach-${args[1]}" -z zsh
+ clear
;;
esac