summaryrefslogtreecommitdiffstats
path: root/docs/pt-PT/faq/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-05-23 19:10:58 -0400
committerGitHub <noreply@github.com>2020-05-23 19:10:58 -0400
commitaccba5027db40bdcc66bef264d6081b919e926f8 (patch)
tree616a68192c186cb84ce5b9d32082979db36183e3 /docs/pt-PT/faq/README.md
parent63799b97d17fb7bd0c691c86117ecae7da1fc1ed (diff)
docs(i18n): new Crowdin translations (#1238)
Diffstat (limited to 'docs/pt-PT/faq/README.md')
-rw-r--r--docs/pt-PT/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pt-PT/faq/README.md b/docs/pt-PT/faq/README.md
index bc758c89a..709a8e8d0 100644
--- a/docs/pt-PT/faq/README.md
+++ b/docs/pt-PT/faq/README.md
@@ -31,7 +31,7 @@ STATUS=$?
NUM_JOBS=$(jobs -p | wc -l)
# Set the prompt to the output of `starship prompt`
-PS1="$(starship prompt --status=$STATUS --jobs=NUM_JOBS)"
+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.