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)"