1
0
Fork 0
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:
Starbeamrainbowlabs 2016-04-20 13:04:16 +01:00
parent b13a7f219b
commit b27bb67426

View file

@ -14,6 +14,8 @@ HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it # append to the history file, don't overwrite it
shopt -s histappend 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) # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000 HISTSIZE=1000