From 27094f42ec5c42ab2390b696a59e47fee2f0de9d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 Apr 2015 11:15:00 +1200 Subject: histverify for safety --- bash/bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 2ee5f82d..b8fb1186 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -46,6 +46,8 @@ shopt -s dotglob shopt -s extglob # Append rather than overwrite Bash history shopt -s histappend +# Expand history commands on a new line for confirmation +shopt -s histverify # Don't use Bash's builtin host completion shopt -u hostcomplete # Don't warn me about new mail all the time -- cgit v1.2.3