Missing * in the command
This commit is contained in:
parent
6883dc32f4
commit
1b12d74188
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue