Logs a detailed history of executed terminal commands for easier access on Unix (github.com) 3 points by unknownymouse 7y ago ↗ HN
[–] devereaux 7y ago ↗ I like the attention, but I don't buy "Because greping history wastes a lot of time while coding."Just add to your .bashrc:HISTCONTROL=ignoredupsHISTFILESIZE=500000HISTSIZE=50000 export HISTCONTROL HISTFILESIZE HISTSIZE
1 comment
[ 5.0 ms ] story [ 9.5 ms ] threadJust add to your .bashrc:
HISTCONTROL=ignoredups
HISTFILESIZE=500000
HISTSIZE=50000 export HISTCONTROL HISTFILESIZE HISTSIZE