-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Trying rule missing_space_before_subcommand taking so long #1120
Comments
This rule is using Could you try out running and timing a non-existent command, and check if that takes a long time to execute too? $ time abcd |
$ time abcd
zsh: command not found: abcd
abcd 0.00s user 0.01s system 18% cpu 0.049 total non-existent command won't take a long time. by the way, DEBUG: Trying rule: no_command; took: 0:00:08.681820 |
I was not able to find a proper reason as to is why this happening. I think I think, let's try a cProfile THEFUCK_DEBUG=true python -m cProfile $(which thefuck) zzzzzz |
I think this might be a dupe of #1036. On WSL, usually The fix, as with #1036 currently, is to set |
Duplicate of #1036 |
The output of
thefuck --version
(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release
):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
The output of The Fuck with
THEFUCK_DEBUG=true
exported (typically executeexport THEFUCK_DEBUG=true
in your shell before The Fuck):Anything else you think is relevant:
I have no idea why this taking so long. anyone else having this problem?
The text was updated successfully, but these errors were encountered: