fix starship

This commit is contained in:
The-Repo-Club 2023-07-29 15:45:21 +01:00
parent 9f8fa68db0
commit 9660c6a1bb
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F

View File

@ -3,7 +3,7 @@ add_newline = true
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[](green)[](purple)[](red)[](yellow)[](blue)[](cyan)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
success_symbol = "[](green)[](purple)[](red)[](yellow)[](blue)[](cyan)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[✗](green)[✗](purple)[✗](red)[✗](yellow)[✗](blue)[✗](cyan)"
# Disable the package module, hiding it from the prompt completely