summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Marquardt <cmarqu42@gmail.com>2021-03-12 15:31:26 +0100
committerGitHub <noreply@github.com>2021-03-12 15:31:26 +0100
commit30910cb4ac5ad6b70bcf080989715bb366f0969f (patch)
treecc9d953728eb8d369ea6164768c9f96bfe4a0528
parent8f46dff9dcae01f38057b25c939f0fb92c13c7b4 (diff)
fix(docs): "Command Duration" section link target (#2416)
-rw-r--r--docs/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/README.md b/docs/faq/README.md
index 6db926bd4..738f39b8d 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -38,7 +38,7 @@ NUM_JOBS=$(jobs -p | wc -l)
PS1="$(starship prompt --status=$STATUS --jobs=$NUM_JOBS)"
```
-The [Bash implementation](https://github.com/starship/starship/blob/master/src/init/starship.bash) built into Starship is slightly more complex to allow for advanced features like the [Command Duration module](https://starship.rs/config/#Command-Duration) and to ensure that Starship is compatible with pre-installed Bash configurations.
+The [Bash implementation](https://github.com/starship/starship/blob/master/src/init/starship.bash) built into Starship is slightly more complex to allow for advanced features like the [Command Duration module](https://starship.rs/config/#command-duration) and to ensure that Starship is compatible with pre-installed Bash configurations.
For a list of all flags accepted by `starship prompt`, use the following command: