Pablo Aguiar

Results 180 comments of Pablo Aguiar
trafficstars

Worth checking #1036 out, maybe it's the same issue which is addressed in [Troubleshooting](https://github.com/nvbn/thefuck/wiki/Troubleshooting#wsl-fix-slowness).

Hi! :wave: Here is the definition of the class `command` is an instance of: https://github.com/nvbn/thefuck/blob/51e4e8728098903a87fb6d1cd2083460d439f357/thefuck/types.py#L13-L83

Thanks for contributing. Can you please add tests?

I wish I could reproduce this one, but unfortunately I can't. It would be super helpful if the output of thefuck with `export THEFUCK_DEBUG=true` could please be posted by any...

Thanks for the update, @Drarig29! > ... > ``` > DEBUG: Run with settings: {'alter_history': True, > 'debug': True, > 'env': {'GIT_TRACE': '1', 'LANG': 'C', 'LC_ALL': 'C'}, > 'exclude_rules': [],...

More recent versions of bash seem to include the line number in the error message. Such as on macos: ``` $ /usr/local/bin/bash -c fasd_cd /usr/local/bin/bash: line 1: fasd_cd: command not...

Hey folks! 👋 Unfortunately, I could not reproduce *any* of your issues. ``` $ echo "echo Hello from ginit.sh" > ~/.ginit.sh $ chmod +x ~/.ginit.sh $ alias ginit="~/.ginit.sh" $ alias...

If you compare `fuck-command-line` to `fuck` theres quite a lot missing in the former: ```zsh fuck-command-line() { local FUCK="$(THEFUCK_REQUIRE_CONFIRMATION=0 thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)" [[...

Is that command part of your shell's history? Maybe it's the history rule, but that would be strange as the first suggestion. Would be more informative if you could run...

> And do you have any idea why a command like `vim /bin/sh +1 && gp` can appear? I have the same with the standard `fuck` command sometimes. @Drarig29, that...