We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I write TMOUT=1 TRAPALRM () {zle reset-prompt} (because I want a dynamic clock in terminal,so I set above in ~/.zshrc)
TMOUT=1
TRAPALRM ()
{zle reset-prompt}
and open terminal in a folder contained .git
.git
then the terminal return dirty status information and jump to new command line each second... the movie for above phenomenon is: https://asciinema.org/a/DOq78og1q0ZCdZW0c6RlOEDDe
dirty status
Please help,thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I write
TMOUT=1
TRAPALRM ()
{zle reset-prompt}
(because I want a dynamic clock in terminal,so I set above in ~/.zshrc)
and open terminal in a folder contained
.git
then the terminal return

dirty status
informationand jump to new command line each second...
the movie for above phenomenon is:
https://asciinema.org/a/DOq78og1q0ZCdZW0c6RlOEDDe
Please help,thanks
The text was updated successfully, but these errors were encountered: