ChesterYue / ohmyzsh-theme-passion

An oh-my-zsh theme.
MIT License
294 stars 135 forks source link

shell exit in Centos 7 #4

Closed novNorthSea closed 1 month ago

novNorthSea commented 4 years ago

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

zsichen commented 4 years ago

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 3 years ago

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

Alwaysproblem commented 2 years ago

same issue

Alwaysproblem commented 1 year ago

change passion.zsh-theme:206

zle reset-prompt; 

to

zle .reset-prompt; 

That works for me.