aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-15 11:15:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-15 11:15:00 +1200
commit27094f42ec5c42ab2390b696a59e47fee2f0de9d (patch)
treef36341b65024e6a21e08ccac19c9639febaa0c5f /bash/bashrc
parentGive up on Makefile submodule abstraction (diff)
downloaddotfiles-27094f42ec5c42ab2390b696a59e47fee2f0de9d.tar.gz
dotfiles-27094f42ec5c42ab2390b696a59e47fee2f0de9d.zip
histverify for safety
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 2 insertions, 0 deletions
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