Thanks for reading Jonas! Also, I was unaware of HISTORY_IGNORE and HISTIGNORE, so thanks for sharing that. That is an excellent power tip for McFly or history in general.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thanks for the article.
I love and use McFly and even if I am using McFly out of the box, your article had some great pointers, so I will be tweaking my configuration.
I thing that I love from Bash is:
HISTIGNORE
. It can be used to slim history, by not saving common commands following the patterns you specifyApparently Zsh has a similar feature:
HISTORY_IGNORE
I am going to try that out in combination with McFly and see how it works.
REF:
Thanks for reading Jonas! Also, I was unaware of
HISTORY_IGNORE
andHISTIGNORE
, so thanks for sharing that. That is an excellent power tip for McFly or history in general.