ChesterYue / ohmyzsh-theme-passion

An oh-my-zsh theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell exit in Centos 7

novNorthSea opened this issue · 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;

commented

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

commented

same issue

commented

change passion.zsh-theme:206

zle reset-prompt; 

to

zle .reset-prompt; 

That works for me.