5 ms·
If you use bash I'm assuming you don't have ... export HISTCONTROL=ignoreboth:erasedups Somewhere in your rc files. If you do, ehe, that's some serious varie
by devnonymous 3y ago
If you use bash I'm assuming you don't have ...
export HISTCONTROL=ignoreboth:erasedups
Somewhere in your rc files.
If you do, ehe, that's some serious variety of work on the CLI !
- askl 3y agoI didn't mean the bash history file but the mcfly internal one. mcfly doesn't remove dups and also stores additional info about the executed commands like pwd, timestamp and return code.
- IggleSniggle 3y agoNow I'm wondering if I overuse / abuse my CLI. I don't find this to be a surprising number of deduped entries in the least.