aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-08-20 08:58:36 -0700
committerkatherine <shmibs@shmibbles.me>2016-08-20 08:58:36 -0700
commitb2faab5fefa2ec74093d84cd010838630860c1e4 (patch)
tree705c9fcae801da599e9199aefe732b7a286d9edc
parent0f9d8847278c0c031d34b4ede3090642cbc18385 (diff)
downloaddotfiles-b2faab5fefa2ec74093d84cd010838630860c1e4.tar.gz
remove pointless check
-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