aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 61f2f078..6a29d267 100644
--- a/README.markdown
+++ b/README.markdown
@@ -126,8 +126,8 @@ 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.
+2.05a, such as newer `shopt` options or `PROMPT_DIRTRIM`, they are only run
+after testing `BASH_VERSINFO` appropriately.
When I use any other Bourne-compatible shell, I’m generally happy to accept its
defaults for interactive behavior.