From 08d6c07d19280c6db3f30849c789ca579e82f183 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:26:57 +0200 Subject: [PATCH] update starship config --- .config/starship.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 5ed04489..26aed07f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -4,6 +4,7 @@ add_newline = false # Powerline symbols                                    # Wedges 🭧🭒 🭣🭧🭓 # Random noise 🬖🬥🬔🬗 +# Cool stuff 󰜥    # format = """ # $cmd_duration$username$hostname $directory $git_branch @@ -16,8 +17,8 @@ $character # Replace the "❯" symbol in the prompt with "➜" [character] # The name of the module we are configuring is "character" -success_symbol = "[ 󰜥 ](bold fg:blue)" -error_symbol = "[ 󰜥 ](bold fg:red)" +success_symbol = "[  ](bold fg:blue)" +error_symbol = "[  ](bold fg:red)" # Disable the package module, hiding it from the prompt completely [package] @@ -83,7 +84,7 @@ read_only = "  " style = "bg:green fg:black" truncation_length = 6 truncation_symbol = " ••/" -format = '[](bold fg:green)[󰉋 $path]($style)[](bold fg:green)' +format = '[](bold fg:green)[󰉋 $path]($style)[](bold fg:green)' [directory.substitutions]