From 6d554398a7c5d50b807b105dbf497b0a0657bf44 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 18 Jan 2022 07:45:19 -0600 Subject: [PATCH] added prompt_command_right to docs --- docs/How_To_Coloring_and_Theming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/How_To_Coloring_and_Theming.md b/docs/How_To_Coloring_and_Theming.md index a35798d54..527bbc2f1 100644 --- a/docs/How_To_Coloring_and_Theming.md +++ b/docs/How_To_Coloring_and_Theming.md @@ -343,6 +343,7 @@ let $config = { The nushell prompt is configurable through these environment variables settings. * `PROMPT_COMMAND`: Code to execute for setting up the prompt (block) +* `PROMPT_COMMAND_RIGHT`: Code to execute for setting up the *RIGHT* prompt (block) (see oh-my.nu in nu_scripts) * `PROMPT_INDICATOR` = "〉": The indicator printed after the prompt (by default ">"-like Unicode symbol) * `PROMPT_INDICATOR_VI_INSERT` = ": " * `PROMPT_INDICATOR_VI_VISUAL` = "v "