From d1988fce8c4eb071b0ab57627ae4ce011a4b934f Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 2 Dec 2019 13:13:11 -0500 Subject: [PATCH] docs: Fix heading hierarchy in FAQ --- docs/faq/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 6518842f..f9d331b4 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -1,6 +1,6 @@ -## FAQ +# FAQ -### What is the configuration used in the demo GIF? +## What is the configuration used in the demo GIF? - **Terminal Emulator**: [iTerm2](https://iterm2.com/) - **Theme**: Minimal @@ -10,14 +10,14 @@ - **Configuration**: [matchai's Dotfiles](https://github.com/matchai/dotfiles/blob/master/.config/fish/config.fish) - **Prompt**: [Starship](https://starship.rs/) -### Do `prompt_order` `.disabled` do the same thing? +## Do `prompt_order` `.disabled` do the same thing? Yes, they can both be used to disable modules in the prompt. If all you plan to do is disable modules, `.disabled` is the preferred way to do so for these reasons: - Disabling modules is more explicit than omitting them from the prompt_order - 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, but it doesn't support X shell. Why? 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.