-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
async_job:zpty:2: no such pty command: prompt_pure #135
Comments
Need to see your zsh configuration. |
I use oh-my-zsh. |
How have you installed pure, npm? If so, have you also followed the instructions for oh-my-zsh integration in the README? The two methods might conflict with each other. For example, if you have copied/symlinked |
I didn't install it through npm. Just manually copying and symlinking the files. |
Where did you symlink them?
|
Ok, that kind of looks fine but not sure what oh-my-zsh does in the background. So let's start with the basics. Can you get zpty working at all? Try the following commands: zmodload zsh/zpty
zpty cat cat
zpty -L # list zpty instances
zpty -w cat hello world
zpty -rt cat The final command should print |
You can see I had to |
Do you experience the same behavior even if you completely disable your zsh modifications? E.g. rename your |
Strangely enough, all seems well no. I cancelled pure for a couple of days. |
Maybe you've rebooted your computer in between? Anyhow, that's great. Love it when things sort themselves out 🎉 ! |
You might have hit the resource limit for processes/open files. This happened to me when I had so many zsh and tmux processes open, up to the point that tmux won't even allow me to create additional panes, and pure would unexplainably give me the same You can try to forcibly close down your processes (albeit ungracefully): |
I had the same error this morning. It disappeared when I closed my 20+ tmux sessions 🤷♂️ |
I'm having this same issue, yet it happens when I am only using a single terminal session. Particularly, it happens when I am working within a git repo. |
New issue for comment: #117 (comment)
OS: OSX 10.10.3.
zsh: 5.0.8 (installed via Homebrew)
tmux: 2.0
using iTerm 2.1.1
The text was updated successfully, but these errors were encountered: