Closed fluxsauce closed 6 years ago
I have the same problem, it happens when I use zsh
, in bash
it does not have this problem.
This is a duplicate of #783.
NOTE: Please always make sure you're using the latest version before posting to issues. [update: there was no version newer than 3.25 when this issue was first reported, though]
Version 3.25 does not correctly detect the shell in some cases. @joaothallis, what version is yours? Please upgrade to 3.27 and confirm the bug is gone.
The Fuck 3.25 using Python 3.6.5
The Fuck 3.25 using Python 3.6.5
@joaothallis, what if you test with latest release?
I'm using the latest version of the distro, I'll uninstall and install it in another way to get the last one
João Thallis
Desenvolvedor de Software Stone Pagamentosjoaothallis.developer@gmail.com (21) 99982 2589 Rio de Janeiro https://joaothallis.github.io
From: Pablo Aguiar notifications@github.com Sent: Monday, September 24, 2018 5:06:19 AM To: nvbn/thefuck Cc: João Thallis | Stone; Mention Subject: Re: [nvbn/thefuck] fuck:history: bad option: -s (#797)
The Fuck 3.25 using Python 3.6.5
@joaothallishttps://github.com/joaothallis, what if you test with latest release?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/nvbn/thefuck/issues/797#issuecomment-423901107, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AYO3QHvf9-LySu0diTh0M_lWy2DSL4Htks5ueJJ7gaJpZM4S9ya1.
Can no longer reproduce.
~ » lss
zsh: command not found: lss
~ » fuck
ls s [enter/↑/↓/ctrl+c]
Aborted
~ » fuck --version
The Fuck 3.27 using Python 3.7.0
I don't think this was a duplicate of #783 given the difference in error messages, but at the end of the day it's fixed which is 👍
Thanks!
The output of
thefuck --version
(something likeThe Fuck 3.1 using Python 3.5.0
):Your shell and its version (
bash
,zsh
, Windows PowerShell, etc.):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):If the bug only appears with a specific application, the output of that application and its version:
Anything else you think is relevant:
Also, I was able to reproduce this without using
git
, likelss
correcting tols
(still got the error).