mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix(cmake): Change cmake symbol to unicode triangle (#2456)
This commit is contained in:
committed by
GitHub
parent
49c09d493a
commit
c91b293c9d
@@ -458,7 +458,7 @@ the module will be activated if any of the following conditions are met:
|
||||
| Option | Default | Description |
|
||||
| ------------------- | -------------------------------------- | -------------------------------------------- |
|
||||
| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
|
||||
| `symbol` | `"喝 "` | The symbol used before the version of cmake. |
|
||||
| `symbol` | `"△ "` | The symbol used before the version of cmake. |
|
||||
| `detect_extensions` | `[]` | Which extensions should trigger this moudle |
|
||||
| `detect_files` | `["CMakeLists.txt", "CMakeCache.txt"]` | Which filenames should trigger this module |
|
||||
| `detect_folders` | `[]` | Which folders should trigger this module |
|
||||
|
||||
Reference in New Issue
Block a user