diff options
author | katherine <shmibs@shmibbles.me> | 2016-08-20 08:58:36 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-08-20 08:58:36 -0700 |
commit | b2faab5fefa2ec74093d84cd010838630860c1e4 (patch) | |
tree | 705c9fcae801da599e9199aefe732b7a286d9edc | |
parent | 0f9d8847278c0c031d34b4ede3090642cbc18385 (diff) | |
download | dotfiles-b2faab5fefa2ec74093d84cd010838630860c1e4.tar.gz |
remove pointless check
-rw-r--r-- | .zprofile-dtach | 6 |
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 |