-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fuck --yeah doesn't work in fish shell #899
Comments
Thanks for reporting, @muli! Support to Fish Shell is a bit behind Bash (and ZSH). I'll be changing that as time allows. |
Awesome, thanks for the quick response! Looking forward to the new version :) |
It's worth mentioning that in order to make it work, you should re-run Cheers! |
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):Obviously,
require_confirmation
should befalse
in this case.Anything else you think is relevant:
If I switch to
zsh
, all works well. The problem is only withfish
. My guess is that for some reason, the--yeah
argument is not passed tofuck
, hencerequire_confirmation
isTrue
.Thank you!
The text was updated successfully, but these errors were encountered: