mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
docs(cpp): add tip to highlight that module is disabled-by-default (#6800)
This commit is contained in:
@@ -709,6 +709,10 @@ format = 'via [$name $version]($style)'
|
||||
The `cpp` module shows some information about your `C++` compiler. By default,
|
||||
the module will be shown if the current directory contains a `.cpp`, `.hpp`, or other `C++`-related files.
|
||||
|
||||
> [!TIP]
|
||||
> This module is disabled by default.
|
||||
> To enable it, set `disabled` to `false` in your configuration file.
|
||||
|
||||
### Options
|
||||
|
||||
| Option | Default | Description |
|
||||
|
||||
Reference in New Issue
Block a user