aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 5ad1d32c..06580030 100644
--- a/README.markdown
+++ b/README.markdown
@@ -129,6 +129,9 @@ 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.
+When I use any other Bourne-compatible shell, I’m generally happy to accept its
+defaults for interactive behavior.
+
My prompt looks something like this:
![Bash prompt](prompt.png)
@@ -142,9 +145,6 @@ It expands based on context to include these elements in this order:
This is all managed within the `prompt` function.
-When I use any other Bourne-compatible shell, I’m generally happy to accept its
-defaults for interactive behavior.
-
Mutt
----