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

Getting error: no such pty command: _async_test #463

Closed
rcdailey opened this issue Feb 13, 2019 · 3 comments
Closed

Getting error: no such pty command: _async_test #463

rcdailey opened this issue Feb 13, 2019 · 3 comments

Comments

@rcdailey
Copy link

I'm following this guide for using ZSH on Windows via MINGW64. My .zshrc looks like this:

source ~/antigen.zsh
antigen use oh-my-zsh
antigen bundle mafredri/zsh-async
antigen bundle sindresorhus/pure
antigen bundle zsh-users/zsh-completions
antigen apply

I get these errors:

(zpty):zpty:12: can't open pseudo terminal: bad file descriptor
async_init:zpty:14: no such pty command: _async_test
/c/Users/robert/Nextcloud/Development/Home/Robert/.antigen/bundles/sindresorhus/pure/pure.zsh: line 566: prompt${^prompt_opts[@]}: bad substitution

How do I get past this error?

@sindresorhus
Copy link
Owner

sindresorhus commented Feb 13, 2019

Looks like a duplicate of #210 Pure is not officially supported on Windows, so you're on your own.

@rcdailey
Copy link
Author

Thanks for the information. I will move back to bash then.

@mafredri
Copy link
Collaborator

mafredri commented Feb 13, 2019

@rcdailey if you still want to give it a chance you might be interested in #439 (comment). Given it has had some success Pure might get Windows compatibility via a zsh-async update in the future, but I can’t make any promises 😅.

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

3 participants