mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-11 07:40:57 +00:00
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:
parent
0558b38e3f
commit
2bc8a7172d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user