ChesterYue/ohmyzsh-theme-passion

shell exit in Centos 7

novNorthSea opened this issue · 4 comments

The shell exits a few seconds after I launch a shell.

I have the same issues . Try to commented out code like below in passion.zsh-theme will stop crashing problem. But will losing the real-time prefix display.
#TMOUT=1;

I have the same issues. How can we fix it without losing the real-time prefix display?

same issue

change passion.zsh-theme:206

zle reset-prompt; 

to

zle .reset-prompt; 

That works for me.