mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
[F] typo
This commit is contained in:
parent
ab51687bfb
commit
71b012c6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ setopt PROMPT_SUBST;
|
||||||
#REF: https://stackoverflow.com/questions/26526175/zsh-menu-completion-causes-problems-after-zle-reset-prompt
|
#REF: https://stackoverflow.com/questions/26526175/zsh-menu-completion-causes-problems-after-zle-reset-prompt
|
||||||
TMOUT=1;
|
TMOUT=1;
|
||||||
TRAPALRM() {
|
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
|
# 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.
|
# black list will not enum it completely. even some pipe broken will appear.
|
||||||
# so we just put a white list here.
|
# so we just put a white list here.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue