Support request: Orphaned ZSH Processes #96
Replies: 2 comments 3 replies
-
That command should list the alises you have, can you try running it in your terminal and see if it exits? |
Beta Was this translation helpful? Give feedback.
-
I'm seeing the same behavior where 2200+ processes for When I run In my shell configuration, I also use atuin. When I disable atuin, then I don't have any problems with an accumulation of these processes. Should the timeout implementation be included in the 1.2.0 release? Any thoughts on interaction or behavior between atuin and Q?
|
Beta Was this translation helpful? Give feedback.
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
I do not expect CW to leave orphaned ZSH processes on my mac until I reboot.
Actual behaviour
I would have dozens or even hundreds of zsh processes on my machine. Triggering auto completes in iterm2 with code whisperer caused these to happen and reverting back to using fig instead eliminated this and other issues.
The processes look like this in ps:
/bin/zsh -lic for key in ${(k)commands}; do echo $key; done && alias +r
Steps to reproduce
No response
Environment
No response
Beta Was this translation helpful? Give feedback.
All reactions