From b150e85e8d358cf273b11b52a4d3c9d330f256c0 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 14 Dec 2020 12:54:26 -0500 Subject: [PATCH] docs: add 'autocomplete' keyword to FAQ --- docs/faq/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index acd712a5..d1148928 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 `.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.