shell exit in Centos 7
novNorthSea opened this issue · 4 comments
novNorthSea commented
The shell exits a few seconds after I launch a shell.
zsichen commented
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;
waynezhangw commented
I have the same issues. How can we fix it without losing the real-time prefix display?
Alwaysproblem commented
same issue
Alwaysproblem commented
change passion.zsh-theme:206
zle reset-prompt;
to
zle .reset-prompt;
That works for me.