1
0
Fork 0

Add histverify to bashrc

This commit is contained in:
Starbeamrainbowlabs 2016-04-20 13:04:16 +01:00
parent b13a7f219b
commit b27bb67426
1 changed files with 2 additions and 0 deletions

View File

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