aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 15:42:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 15:42:55 +1200
commitabcf8ad9641ed7cea35ed3886f282d3201fa6c5c (patch)
tree689ece2ac2bcf725161ba638d530498b7af9ab2e /bash/bashrc
parentUse clearer quoting for status flags (diff)
downloaddotfiles-abcf8ad9641ed7cea35ed3886f282d3201fa6c5c.tar.gz
dotfiles-abcf8ad9641ed7cea35ed3886f282d3201fa6c5c.zip
Anticipate Bath versions > 4
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 7defd85d..a24a34fe 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -80,7 +80,7 @@ shopt -s shift_verbose
shopt -u sourcepath
# These options only exist since Bash 4.0-alpha
-if ((BASH_VERSINFO[0] == 4)) ; then
+if ((BASH_VERSINFO[0] >= 4)) ; then
# Autocorrect fudged paths during completion
shopt -s dirspell