Ho trovato questo articolo, in pratica basta inserire nel .bashrc:
export HISTCONTROL=erasedups #rimuove i duplicati
export HISTSIZE=10000 #size of history
shopt -s histappend #appended to bash_history
| marinz on ArchOne 2009.12 | |
| Cla on ArchOne 2009.12 | |
| marinz on /etc/rc.d/amuled | |
| Davide on /etc/rc.d/amuled | |
| xavi on /etc/rc.d/amuled |
Ho trovato questo articolo, in pratica basta inserire nel .bashrc:
export HISTCONTROL=erasedups #rimuove i duplicati
export HISTSIZE=10000 #size of history
shopt -s histappend #appended to bash_history
