From 71b012c6fcbfbe39866c92e6f8599120932dbb84 Mon Sep 17 00:00:00 2001 From: chesteryue Date: Sat, 4 Mar 2023 12:03:59 +0800 Subject: [PATCH] [F] typo --- passion.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passion.zsh-theme b/passion.zsh-theme index 22fb734..51011e4 100644 --- a/passion.zsh-theme +++ b/passion.zsh-theme @@ -198,7 +198,7 @@ setopt PROMPT_SUBST; #REF: https://stackoverflow.com/questions/26526175/zsh-menu-completion-causes-problems-after-zle-reset-prompt TMOUT=1; TRAPALRM() { - # $(git_prompt_info) cost too much time which will raise stutters when inputting. so we need to disable it in this occurence. + # $(git_prompt_info) cost too much time which will raise stutters when inputting. so we need to disable it in this occurrence. # if [ "$WIDGET" != "expand-or-complete" ] && [ "$WIDGET" != "self-insert" ] && [ "$WIDGET" != "backward-delete-char" ]; then # black list will not enum it completely. even some pipe broken will appear. # so we just put a white list here.