mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07: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 f4c6e9ced3.
* docs: Remove status_ prefix from status module variables
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user