From 7fe96b1f3e3185c461c9ea04e61e2433b158f989 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Sat, 27 Feb 2021 22:24:03 +0100 Subject: docs(faq): Add `starship explain` to FAQ (#2387) --- docs/faq/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq/README.md b/docs/faq/README.md index d11489284..6db926bd4 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -56,6 +56,11 @@ If you get an error like "_version 'GLIBC_2.18' not found (required by starship) curl -fsSL https://starship.rs/install.sh | bash -s -- --platform unknown-linux-musl ``` +## I see symbols I don't understand or expect, what do they mean? + +If you see symbols that you don't recognise you can use `starship explain` to +explain the currently showing modules. + ## Why don't I see a glyph symbol in my prompt? The most common cause of this is system misconfiguration. Some Linux distros in -- cgit v1.2.3