Skip to content
New issue

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

shell exit in Centos 7 #4

Open
novNorthSea opened this issue May 13, 2020 · 4 comments
Open

shell exit in Centos 7 #4

novNorthSea opened this issue May 13, 2020 · 4 comments

Comments

@novNorthSea
Copy link

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

@zsichen
Copy link

zsichen commented May 21, 2020

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
Copy link

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

@Alwaysproblem
Copy link

same issue

@Alwaysproblem
Copy link

change passion.zsh-theme:206

zle reset-prompt; 

to

zle .reset-prompt; 

That works for me.

ChesterYue added a commit that referenced this issue Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants