Missing * in the command

This commit is contained in:
Yoko Hyakuna 2018-02-05 16:17:18 -08:00
parent 6883dc32f4
commit 1b12d74188
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ in history.
In bash:
```shell
$ export HISTIGNORE="&:vault"
$ export HISTIGNORE="&:vault*"
```
**NOTE:** This prevents the use of the Up arrow key for command history as well.