docs: Fix typo (confguring ➜ configuring) (#385)
This commit is contained in:
parent
aa031f3801
commit
74e6170f9f
|
@ -18,7 +18,7 @@ All configuration for starship is done in this [TOML](https://github.com/toml-la
|
|||
add_newline = false
|
||||
|
||||
# Replace the "❯" symbol in the prompt with "➜"
|
||||
[character] # The name of the module we are confguring is "character"
|
||||
[character] # The name of the module we are configuring is "character"
|
||||
symbol = "➜" # The "symbol" segment is being set to "➜"
|
||||
|
||||
# Disable the package module, hiding it from the prompt completely
|
||||
|
|
Loading…
Reference in New Issue