summaryrefslogtreecommitdiff
path: root/.config/bash/rc.d/10_no_histexpand.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:25:16 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:25:16 -0400
commit41a3b584a31b708e0f5c5d45ecd258937cc0a1b1 (patch)
treef99300ded37bcb726d9c0b6327e91ef04252a852 /.config/bash/rc.d/10_no_histexpand.sh
parent94c9bdc5f7e832982947c903c258ea651e27c378 (diff)
parent05b500a6688c7a7ff9a04fe748a091d33df654a9 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/bash/rc.d/10_no_histexpand.sh')
-rw-r--r--.config/bash/rc.d/10_no_histexpand.sh4
1 files changed, 4 insertions, 0 deletions
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