mcfly
mcfly copied to clipboard
How can I ignore some commands.
How can I ignore some commands such as exit and ls
Hey @goddade! That's a great feature suggestion.
For bash, it should use HISTIGNORE
(details), and for zsh, it'd be nice if it used HISTORY_IGNORE
(details). Are you interested in working on this?
Add the command to HISTIGNORE, and then delete it in McFly It works for me
Learn Rust is still in my todo list, so I can't contribute to it yet
Thanks for your excellent works!
There's also a (common?) thing to ignore entries with one or more leading spaces.