1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-27 03:53:30 +00:00

​docs: Fix typo (confguring ➜ configuring) (#385)

This commit is contained in:
Iván 2019-09-17 17:41:35 +01:00 committed by Matan Kushner
parent aa031f3801
commit 74e6170f9f

View File

@ -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