From 3d3411aa9f41bb46de1ca23064c12380a0ca73d1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 19:00:43 +1200 Subject: Elaborate on versioning policy --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index adc1e96d..4ace08c7 100644 --- a/README.markdown +++ b/README.markdown @@ -90,6 +90,10 @@ actually works for arrays with sparse indexes, unlike the above syntax: array+=("$item") ``` +Where I do use features that are only available in versions of Bash newer than +2.05a, such as newer `shopt` options or `PROMPT_DTRIM`, they are only run after +testing `BASH_VERSINFO` appropriately. + My prompt generally looks like this, colored bright green: [user@hostname:~]$ -- cgit v1.2.3