aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
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