From 30910cb4ac5ad6b70bcf080989715bb366f0969f Mon Sep 17 00:00:00 2001 From: Colin Marquardt Date: Fri, 12 Mar 2021 15:31:26 +0100 Subject: fix(docs): "Command Duration" section link target (#2416) --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3