summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2024-03-24 08:04:11 +0100
committerGitHub <noreply@github.com>2024-03-24 08:04:11 +0100
commit7dcd26a2c82957b2154f669532394bf3ac885f4a (patch)
treebf51e1b5e6817519bbb3531e2fc7691e44ef05b0
parentd5861f9f974147d307c319865890cbb3e50dbe5a (diff)
docs: document ble.sh version requirement (#5861)
-rw-r--r--docs/advanced-config/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/advanced-config/README.md b/docs/advanced-config/README.md
index b1931b9c9..941dde7b0 100644
--- a/docs/advanced-config/README.md
+++ b/docs/advanced-config/README.md
@@ -108,7 +108,7 @@ enable_transience
## TransientPrompt and TransientRightPrompt in Bash
-The [Ble.sh](https://github.com/akinomyoga/ble.sh) framework allows you to replace
+The [Ble.sh](https://github.com/akinomyoga/ble.sh) framework at v0.4 or higher allows you to replace
the previous-printed prompt with custom strings. This is useful in cases where all
the prompt information is not always needed. To enable this, put this in `~/.bashrc`
`bleopt prompt_ps1_transient=<value>`:
@@ -298,7 +298,7 @@ the input line in a multi-line prompt, see the [`fill` module](../config/#fill).
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd, nushell, bash.
-Note: The [Ble.sh](https://github.com/akinomyoga/ble.sh) framework should be installed in order to use right prompt in bash.
+Note: The [Ble.sh](https://github.com/akinomyoga/ble.sh) framework v0.4 or higher should be installed in order to use right prompt in bash.
### Example