Merge pull request #249 from sublimino/patch-1

Adding `noconfirm` to configuration doc.
This commit is contained in:
Martin Dvorak 2018-02-08 22:04:40 +01:00 committed by GitHub
commit 0bfb65b6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.