From abcf8ad9641ed7cea35ed3886f282d3201fa6c5c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 15:42:55 +1200 Subject: Anticipate Bath versions > 4 --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3