-
Notifications
You must be signed in to change notification settings - Fork 75
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
The exit command does not work if the user's default shell is zsh #394
Comments
does it have leftover background processes? I remember having something like that
|
Thanks for the quick response! There are lf and ssh-agent processes there, but the problem was relevant earlier when there were no packages other than the zsh module |
Can't reproduce with just the default flake bootstrap + `user.shell = "${pkgs.zsh}/bin/zsh";`, so my suspicions fall on ssh-agent.
|
You could try killing the processes that run in the Background to see which one causes the issue. For me ssh-agent was the problem. |
@t184256 yes you are right, after rebuild new generation without ssh-agent (omz plugin) the exit cmd works. |
It happens to me when it is still connected from PC to nix-on-droid via ssh. |
The
exit
command does not work if the user's default shell is zshThe process just hangs, to close the tab or stop the application you need to call the context menu and click kill the process
Is there a way to figure out what the problem is?
I'm using the home manager module (but not sure if this could be the problem)
The text was updated successfully, but these errors were encountered: