From b27bb674262d5e8df4c26a81dfa2e9c28ad5189a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 20 Apr 2016 13:04:16 +0100 Subject: [PATCH] Add histverify to bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 57fcf60..6201f53 100644 --- a/.bashrc +++ b/.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