This commit is contained in:
Martin Dvorak 2014-01-26 18:19:02 +01:00
parent e6f390981d
commit 56ce353bb5

View file

@ -83,10 +83,10 @@ CONFIGURATION EXPLANATION
* increase the size of history:
``
```Shell
export HISTFILESIZE=10000
export HISTSIZE=${HISTFILESIZE}
``
```
Variables defined above increase the number of history items and history file size
(default value is 500).