Skip to content
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

Truncated history #329

Open
k-szuster opened this issue Feb 7, 2023 · 1 comment
Open

Truncated history #329

k-szuster opened this issue Feb 7, 2023 · 1 comment

Comments

@k-szuster
Copy link

I run mcfly on linux mint-ubuntu.20.4 with bash. My history list is pretty long, when running without mcfly:

krz@krz:~$ history|wc
  31409  147231 1286990

When mcfly is running (form .bashrc or command line) it becomes short:

krz@krz:~$ eval "$(mcfly init bash)"
krz@krz:~$ history|wc
     99     313    2349

Obvously, when I press ctrl-r I to browse the history, I cannot find older entries.

@cantino
Copy link
Owner

cantino commented Feb 23, 2023

Mcfly shouldn't be modifying your .bash_history, but it may limit how much history shows up in history. The idea is that you use ctrl-r instead. Are you saying ctrl-r also doesn't have the full history?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants