aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-23 10:47:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-23 10:47:04 +1200
commit7db607afb76d7a79e6af1b06d96147828a8dd538 (patch)
treebaece30b9781f003e911fcde3cc2fa48369e3cf8 /README.markdown
parentCorrect comment (diff)
downloaddotfiles-7db607afb76d7a79e6af1b06d96147828a8dd538.tar.gz
dotfiles-7db607afb76d7a79e6af1b06d96147828a8dd538.zip
Correct variable name
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.