[Starship] Remove comments

This commit is contained in:
Ivan Malison 2021-08-09 18:24:59 -06:00
parent 4db7617ad6
commit 3819c32bf3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,6 +1,4 @@
# Inserts a blank line between shell prompts
add_newline = true
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
add_newline = false
[character]
success_symbol = "[➜](bold green)"