Increase bash history size

This commit is contained in:
nemunaire 2014-06-11 11:43:32 +02:00
parent 7dd063fff9
commit 130123f82a

View File

@ -9,6 +9,7 @@ export EDITOR="emacs"
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
# ... or force ignoredups and ignorespace # ... or force ignoredups and ignorespace
export HISTCONTROL=ignoreboth export HISTCONTROL=ignoreboth
export HISTSIZE=16384
export LANG=fr_FR.UTF-8 export LANG=fr_FR.UTF-8
export MALLOC_CHECK_=3 export MALLOC_CHECK_=3
export NNTPSERVER='news.epita.fr' export NNTPSERVER='news.epita.fr'