summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-12-14 12:54:26 -0500
committerMatan Kushner <hello@matchai.dev>2020-12-14 12:54:30 -0500
commitb150e85e8d358cf273b11b52a4d3c9d330f256c0 (patch)
treea5d869873b70e7acb7b3806394b145a0b25cf092 /docs
parent60be453797e7e3971ae69fdb71e38f63a77e21bc (diff)
docs: add 'autocomplete' keyword to FAQ
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/README.md b/docs/faq/README.md
index acd712a5c..d11489284 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -12,7 +12,7 @@
## How do I get command completion as shown in the demo GIF?
-Completion support is provided by your shell of choice. In the case of the demo, the demo was done with [Fish Shell](https://fishshell.com/), which provides completions by default. If you use Z Shell (zsh), I'd suggest taking a look at [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions).
+Completion support, or autocomplete, is provided by your shell of choice. In the case of the demo, the demo was done with [Fish Shell](https://fishshell.com/), which provides completions by default. If you use Z Shell (zsh), I'd suggest taking a look at [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions).
## Do top level `format` and `<module>.disabled` do the same thing?
@@ -21,7 +21,7 @@ Yes, they can both be used to disable modules in the prompt. If all you plan to
- Disabling modules is more explicit than omitting them from the top level `format`
- Newly created modules will be added to the prompt as Starship is updated
-## The docs say Starship is cross-shell, but it doesn't support X shell. Why?
+## The docs say Starship is cross-shell. Why isn't my preferred shell supported?
The way Starship is built, it should be possible to add support for virtually any shell. The starship binary is stateless and shell agnostic, so as long as your shell supports prompt customization and shell expansion, Starship can be used.