aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-06 12:03:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-06 12:03:48 +1200
commit51aeb6caaecbbdefc9995e8abafe763c75004516 (patch)
tree253d95bef9e35326fe9e1ef7d106b2e837736f67 /bash/bashrc
parentNo repeats for N/P; more trouble than it's worth (diff)
downloaddotfiles-51aeb6caaecbbdefc9995e8abafe763c75004516.tar.gz
dotfiles-51aeb6caaecbbdefc9995e8abafe763c75004516.zip
Use magic-space expansion for !hist
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 9942af24..6ae3f50d 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -54,8 +54,6 @@ 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