mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 09:03:06 +08:00
docs: add noconfirm
to configuration
This commit is contained in:
parent
cc22cf4868
commit
dbea0e624a
1 changed files with 8 additions and 1 deletions
|
@ -11,6 +11,7 @@ For more configuration options details please refer to:
|
|||
* get more [colors](#colors)
|
||||
* choose [default history view](#history-view)
|
||||
* [command blacklist](#blacklist)
|
||||
* disable [confirm on delete](#confirm-on-delete)
|
||||
* [verbosity](#verbosity)
|
||||
* [Bash history settings](#bash-history-settings)
|
||||
* [zsh history settings](#zsh-history-settings)
|
||||
|
@ -121,6 +122,13 @@ ll
|
|||
|
||||
```
|
||||
|
||||
CONFIRM ON DELETE
|
||||
---------
|
||||
Do not prompt for confirmation when deleting history items:
|
||||
```bash
|
||||
export HH_CONFIG=noconfirm
|
||||
```
|
||||
|
||||
VERBOSITY
|
||||
---------
|
||||
Show warnings:
|
||||
|
@ -132,7 +140,6 @@ Show debug messages:
|
|||
export HH_CONFIG=debug
|
||||
```
|
||||
|
||||
|
||||
BASH HISTORY SETTINGS
|
||||
---------------------
|
||||
Use the following BASH settings to get most out of `hh`.
|
||||
|
|
Loading…
Reference in a new issue