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
This commit is contained in:
Dan Tsekhanskiy 2021-02-03 12:52:15 -05:00 committed by GitHub
parent 0558b38e3f
commit 2bc8a7172d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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