dot/bashrc, dot/zshrc: Turn on `!' expansion explicitly.
[profile] / dot / bashrc
index 4f3e5ba..f774607 100644 (file)
@@ -72,6 +72,7 @@ shopt -s extglob
 if (( ${BASH_VERSINFO[0]} >= 4 )); then shopt -s globstar; fi
 shopt -s gnu_errfmt
 shopt -s histappend
+shopt -s histexpand
 shopt -s histreedit
 shopt -u histverify
 shopt -s hostcomplete