cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.76k stars 176 forks source link

error: The argument '--append-to-histfile <HISTFILE>' requires a value but none was supplied #310

Closed dsferruzza closed 1 year ago

dsferruzza commented 1 year ago

Hi!

I just updated to 0.7.0 and noticed that now the following error always appears after I enter a command:

error: The argument '--append-to-histfile <HISTFILE>' requires a value but none was supplied

For more information try '--help'

My .bashrc is very straightforward about initializing mcfly:

# Start McFly
export MCFLY_RESULTS=50
eval "$(mcfly init bash)"

Did I miss some change in the way I should use mcfly? Or is it a bug?

dsferruzza commented 1 year ago

Seems that restarting my shell fixed the issue, sorry for the noise