|
|
@ -51,7 +51,7 @@ zstyle ':prezto:module:history' histfile "<file_name>"
|
|
|
|
|
|
|
|
|
|
|
|
defaults to "${ZDOTDIR:-$HOME}/.zsh_history".
|
|
|
|
defaults to "${ZDOTDIR:-$HOME}/.zsh_history".
|
|
|
|
|
|
|
|
|
|
|
|
## histsize
|
|
|
|
### histsize
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
zstyle ':prezto:module:history' histsize <number>
|
|
|
|
zstyle ':prezto:module:history' histsize <number>
|
|
|
@ -59,7 +59,7 @@ zstyle ':prezto:module:history' histsize <number>
|
|
|
|
|
|
|
|
|
|
|
|
defaults to 10000.
|
|
|
|
defaults to 10000.
|
|
|
|
|
|
|
|
|
|
|
|
## savehist
|
|
|
|
### savehist
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
zstyle ':prezto:module:history' savehist <number>
|
|
|
|
zstyle ':prezto:module:history' savehist <number>
|
|
|
|