-
Notifications
You must be signed in to change notification settings - Fork 231
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
Delete history item > choose history item > history -r execution in wild #386
Comments
I can verify this bug as well, but I am confused, because on my machine history -r does nothing. Can someone please explain which version of history has the option of -r? I see a man page that describes -r here: https://ss64.com/bash/history.html However, I do not know which version that is or where to get that version of history? When I run man history on my Debian machine, I receive the following man page which has NO reference of -r: http://man7.org/linux/man-pages/man3/history.3.html It appears the version of history I have is GNU History 6.3. How do I get the version of history which has history -r? Is that installed on other distributions of Linux? If I type which history I receive no output as well which is also strange. This is on Debian 9/stretch. |
I tried to build the
|
@dvorka I just tested this and the problem is still present in hstr 2.5. |
Bump. I made #457 to fix this. |
Thanks, just locally merged this into master and will test :) |
Repro:
HSTR
... and after selected item is executed also
history -r
. See also #348.The text was updated successfully, but these errors were encountered: