No description
Find a file
2024-12-16 10:06:26 +01:00
explain-demo.png adds README and screenshot 2024-12-16 10:06:26 +01:00
explain.theme rename and clean 2024-12-16 09:48:06 +01:00
README.md adds README and screenshot 2024-12-16 10:06:26 +01:00

Explain — A Liquid Prompt Theme

Explain is a theme for Liquid Prompt.

It aims at showing the meaning of each section of the default prompt theme. To do so it displays:

  • a box around each section,
  • with the name of the corresponding variable in the default theme's template,
  • and it adds an hyperlink to it, so that the user can click and rapidly jump to the documentation.

image

Configuration

Color of the explanation

LP_COLOR_EXPLAIN color = 239 -1 (dark grey)

Color for everything surrounding the actual prompt sections.

Liquid Prompt Configuration

LP_MARK_PREFIX string = $'\n'

The prefix of the duplicated prompt mark.

Disabled Configuration

The following variables are disabled:

  • LP_MARK_DEV_OPEN
  • LP_MARK_DEV_CLOSE
  • LP_MARK_DEV_MID
  • LP_MARK_MODULES_OPEN
  • LP_MARK_MODULES_SEP
  • LP_MARK_MODULES_CLOSE
  • LP_MARK_ENV_VARS_OPEN
  • LP_MARK_ENV_VARS_SEP
  • LP_MARK_ENV_VARS_CLOSE