Skip to content

Commit

Permalink
docs(status): Remove status_ prefix from status module variables (sta…
Browse files Browse the repository at this point in the history
…rship#2260)

* Remove status_ prefix from status module variables

* Revert "Remove status_ prefix from status module variables"

This reverts commit f4c6e9c.

* docs: Remove status_ prefix from status module variables
  • Loading branch information
TsekNet authored Feb 3, 2021
1 parent 0558b38 commit 2bc8a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2bc8a71

Please sign in to comment.