From 3819c32bf30f8dd422276caf340f24fe067fefcb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Aug 2021 18:24:59 -0600 Subject: [PATCH] [Starship] Remove comments --- dotfiles/config/starship.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dotfiles/config/starship.toml b/dotfiles/config/starship.toml index 39113f18..5a1fbca6 100644 --- a/dotfiles/config/starship.toml +++ b/dotfiles/config/starship.toml @@ -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)"