summaryrefslogtreecommitdiff
path: root/.config/bash/rc.d/10_misc.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-22 03:51:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-22 15:27:18 -0400
commit1ae109d7abae11a327f362bfdfb623ac0ac770e0 (patch)
tree5bf25f17077d4477c4a18a401081493076a8c28a /.config/bash/rc.d/10_misc.sh
parentef71eedb6bcc3889128af24df3aa668dde3e2c6f (diff)
Clean up bash configuration, and bash-emacs integration
Diffstat (limited to '.config/bash/rc.d/10_misc.sh')
-rw-r--r--.config/bash/rc.d/10_misc.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/bash/rc.d/10_misc.sh b/.config/bash/rc.d/10_misc.sh
new file mode 100644
index 0000000..afcf6fd
--- /dev/null
+++ b/.config/bash/rc.d/10_misc.sh
@@ -0,0 +1,10 @@
+#!/hint/bash
+
+# General settings
+shopt -s checkwinsize # update the values of LINES and COLUMNS
+shopt -s globstar # Let ** recursively scan directories
+
+# Why is this not on by default?
+# "We have a cached value, but it isn't valid anymore. Should we trash it?"
+# "Duh, yes!"
+shopt -s checkhash