mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-25 07:16:28 +08:00
Merge pull request #249 from sublimino/patch-1
Adding `noconfirm` to configuration doc.
This commit is contained in:
commit
0bfb65b6ad
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)
|
* get more [colors](#colors)
|
||||||
* choose [default history view](#history-view)
|
* choose [default history view](#history-view)
|
||||||
* [command blacklist](#blacklist)
|
* [command blacklist](#blacklist)
|
||||||
|
* disable [confirm on delete](#confirm-on-delete)
|
||||||
* [verbosity](#verbosity)
|
* [verbosity](#verbosity)
|
||||||
* [Bash history settings](#bash-history-settings)
|
* [Bash history settings](#bash-history-settings)
|
||||||
* [zsh history settings](#zsh-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
|
VERBOSITY
|
||||||
---------
|
---------
|
||||||
Show warnings:
|
Show warnings:
|
||||||
|
@ -132,7 +140,6 @@ Show debug messages:
|
||||||
export HH_CONFIG=debug
|
export HH_CONFIG=debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
BASH HISTORY SETTINGS
|
BASH HISTORY SETTINGS
|
||||||
---------------------
|
---------------------
|
||||||
Use the following BASH settings to get most out of `hh`.
|
Use the following BASH settings to get most out of `hh`.
|
||||||
|
|
Loading…
Reference in a new issue