mirror of
https://github.com/starship/starship
synced 2024-11-02 04:08:02 +00:00
docs(character): use updated vimcmd_symbol
instead of older vicmd_symbol
variant (#4960)
Fix typo in character example
This commit is contained in:
parent
873633b75b
commit
b08020949a
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ error_symbol = '[➜](bold red) '
|
|||
# ~/.config/starship.toml
|
||||
|
||||
[character]
|
||||
vicmd_symbol = '[V](bold green) '
|
||||
vimcmd_symbol = '[V](bold green) '
|
||||
```
|
||||
|
||||
## CMake
|
||||
|
|
Loading…
Reference in a new issue