From 2bc8a7172d777e58cf9782ae3c056c712d333620 Mon Sep 17 00:00:00 2001 From: Dan Tsekhanskiy <28414793+TsekNet@users.noreply.github.com> Date: Wed, 3 Feb 2021 12:52:15 -0500 Subject: [PATCH] docs(status): Remove status_ prefix from status module variables (#2260) * Remove status_ prefix from status module variables * Revert "Remove status_ prefix from status module variables" This reverts commit f4c6e9ced3040ef2939189afe7ff8bd08d6fae78. * docs: Remove status_ prefix from status module variables --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 790f2348..8d11cc92 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -2310,7 +2310,7 @@ This module is not supported on elvish shell. [status] style = "bg:blue" symbol = "🔴" -format = '[\[$symbol $status_common_meaning$status_signal_name$status_maybe_int\]]($style) ' +format = '[\[$symbol $common_meaning$signal_name$maybe_int\]]($style) ' map_symbol = true disabled = false