Increase bash history size
This commit is contained in:
parent
7dd063fff9
commit
130123f82a
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue