mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add histverify to bashrc
This commit is contained in:
parent
b13a7f219b
commit
b27bb67426
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -14,6 +14,8 @@ HISTCONTROL=ignoreboth
|
|||
|
||||
# append to the history file, don't overwrite it
|
||||
shopt -s histappend
|
||||
# Allow verification of commands coming from history so they aren't blindy executed
|
||||
shopt -s histverify
|
||||
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=1000
|
||||
|
|
Loading…
Reference in a new issue