summaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index ac8917dc..2604c947 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -6204,7 +6204,7 @@ _p9k_precmd_impl() {
fi
_p9k_save_status
- if [[ $_p9k__preexec_cmd == [[:space:]]#(clear([[:space:]]##-[a-zA-Z-_]#)#|reset)[[:space:]]# &&
+ if [[ $_p9k__preexec_cmd == [[:space:]]#(clear([[:space:]]##-(|x)(|T[a-zA-Z0-9-_\'\"]#))#|reset)[[:space:]]# &&
$_p9k__status == 0 ]]; then
P9K_TTY=new
elif [[ $P9K_TTY == new && $_p9k__fully_initialized == 1 ]] && ! zle; then