mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-01 20:51:45 +08:00
MD
This commit is contained in:
parent
e6f390981d
commit
56ce353bb5
1 changed files with 2 additions and 2 deletions
|
@ -83,10 +83,10 @@ CONFIGURATION EXPLANATION
|
||||||
|
|
||||||
* increase the size of history:
|
* increase the size of history:
|
||||||
|
|
||||||
``
|
```Shell
|
||||||
export HISTFILESIZE=10000
|
export HISTFILESIZE=10000
|
||||||
export HISTSIZE=${HISTFILESIZE}
|
export HISTSIZE=${HISTFILESIZE}
|
||||||
``
|
```
|
||||||
|
|
||||||
Variables defined above increase the number of history items and history file size
|
Variables defined above increase the number of history items and history file size
|
||||||
(default value is 500).
|
(default value is 500).
|
||||||
|
|
Loading…
Reference in a new issue