mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-02 05:02:41 +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:
|
||||
|
||||
``
|
||||
```Shell
|
||||
export HISTFILESIZE=10000
|
||||
export HISTSIZE=${HISTFILESIZE}
|
||||
``
|
||||
```
|
||||
|
||||
Variables defined above increase the number of history items and history file size
|
||||
(default value is 500).
|
||||
|
|
Loading…
Reference in a new issue