You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcfly (a bash history replacement) should properly record and recall commands
Current behavior
mcfly does not properly record or recall commands
Possible solution
Setting HISTCONTROL to 'noauto' fixes the problem, but ignore the fact this is an invalid value for HISTCONTROL. Do not enable .bash_it/lib/history.bash contents by default, or specifically do not run history -a by default as histappend is enabled by default. There is a whole plugin dedicated to bash history, why does this library even exist?
I would like to see more reasoning than mcfly. We have users that have used this for too many years to leap to this conclusion to accommodate a new tool. I'm still open to reviewing this topic, but I'm sensitive to how central this is to many people's environments and how stable it's been over time.
Expected behavior
mcfly (a bash history replacement) should properly record and recall commands
Current behavior
mcfly does not properly record or recall commands
Possible solution
Setting HISTCONTROL to 'noauto' fixes the problem, but ignore the fact this is an invalid value for HISTCONTROL. Do not enable .bash_it/lib/history.bash contents by default, or specifically do not run
history -a
by default as histappend is enabled by default. There is a whole plugin dedicated to bash history, why does this library even exist?Context
It breaks mcfly
Steps to reproduce
Install mcfly and try to use it.
Bash-it version
36708d7
List of enabled plugins, themes and aliases
N/A
Bash version
5.2.15
Operating system and version
Ubuntu 22.04
bash-it doctor output
Your ~/.bashrc
# How to get: cat ~/.bashrc
Notes
No response
The text was updated successfully, but these errors were encountered: