From 00f833248cf759664f4ce205bea51416b6476213 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 11 Feb 2017 18:55:57 -0500 Subject: bash: turn of '!' history expansion --- .config/bash/rc.d/10_no_histexpand.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/bash/rc.d/10_no_histexpand.sh diff --git a/.config/bash/rc.d/10_no_histexpand.sh b/.config/bash/rc.d/10_no_histexpand.sh new file mode 100644 index 0000000..985b03d --- /dev/null +++ b/.config/bash/rc.d/10_no_histexpand.sh @@ -0,0 +1,4 @@ +#!/hint/bash + +# Turn off (csh-style) '!' history expansion +set +o histexpand -- cgit v1.1-4-g5e80