summaryrefslogtreecommitdiffstats
path: root/docs/no-NO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/no-NO')
-rw-r--r--docs/no-NO/advanced-config/README.md4
-rw-r--r--docs/no-NO/faq/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/no-NO/advanced-config/README.md b/docs/no-NO/advanced-config/README.md
index 385ba21ca..d110b7a42 100644
--- a/docs/no-NO/advanced-config/README.md
+++ b/docs/no-NO/advanced-config/README.md
@@ -82,7 +82,7 @@ enable_transience
## TransientPrompt and TransientRightPrompt in Bash
-The [Ble.sh](https://github.com/akinomyoga/ble.sh) framework 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>`:
+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>`:
The \<value\> here is a colon-separated list of `always`, `same-dir` and `trim`. When `prompt_ps1_final` is empty and this option has a non-empty value, the prompt specified by `PS1` is erased on leaving the current command line. If the value contains a field `trim`, only the last line of multiline `PS1` is preserved and the other lines are erased. Otherwise, the command line will be redrawn as if `PS1=` is specified. When a field `same-dir` is contained in the value and the current working directory is different from the final directory of the previous command line, this option `prompt_ps1_transient` is ignored.
@@ -227,7 +227,7 @@ Note: The right prompt is a single line following the input location. To right a
`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
diff --git a/docs/no-NO/faq/README.md b/docs/no-NO/faq/README.md
index 8fba59caa..f9c7529bb 100644
--- a/docs/no-NO/faq/README.md
+++ b/docs/no-NO/faq/README.md
@@ -72,7 +72,7 @@ You can enable the debug logs by using the `STARSHIP_LOG` env var. These logs ca
env STARSHIP_LOG=trace starship module rust
```
-If starship is being slow you can try using the `timings` command to see if there is a particular module or command that to blame.
+If starship is being slow you can try using the `timings` command to see if there is a particular module or command that is to blame.
```sh
env STARSHIP_LOG=trace starship timings