From b2faab5fefa2ec74093d84cd010838630860c1e4 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 20 Aug 2016 08:58:36 -0700 Subject: remove pointless check --- .zprofile-dtach | 6 ++---- 1 file 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 -- cgit v1.2.3