docs(character): use updated `vimcmd_symbol` instead of older `vicmd_symbol` variant (#4960)

Fix typo in character example
This commit is contained in:
Jan Dittrich 2023-03-07 19:34:18 +00:00 committed by GitHub
parent 873633b75b
commit b08020949a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake