summaryrefslogtreecommitdiff
path: root/.config/bash/rc.d/10_misc.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 15:08:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 15:08:06 -0400
commit9685060a9222ae5bdc242c6366f4a074e5ad8589 (patch)
tree4fde5c1088d69d177852e9964acb38d546144a17 /.config/bash/rc.d/10_misc.sh
parent4b151e74462b93b68ebbf90502de86b84917bd7c (diff)
parent795875623f9a9cd35374d2f0531182a267e81588 (diff)
Merge branch 'master' into build64-par/master
# Conflicts: # .config/emacs/init.el
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