aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 19:00:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 19:00:43 +1200
commit3d3411aa9f41bb46de1ca23064c12380a0ca73d1 (patch)
treeade33f107a1715759d1e18304c63e0d9202d46fa /README.markdown
parentTechnical correction about version history (diff)
downloaddotfiles-3d3411aa9f41bb46de1ca23064c12380a0ca73d1.tar.gz
dotfiles-3d3411aa9f41bb46de1ca23064c12380a0ca73d1.zip
Elaborate on versioning policy
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
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:~]$