From 4f52b0219f27712b550b50930add85ffdf20c5e0 Mon Sep 17 00:00:00 2001 From: The-Repo-Club Date: Sat, 29 Jul 2023 15:47:13 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20=F3=B0=83=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/.config/fish/plugins/__fish_prompt.fish | 2 +- starship/.config/starship.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/.config/fish/plugins/__fish_prompt.fish b/fish/.config/fish/plugins/__fish_prompt.fish index be19ded68..a516170f3 100644 --- a/fish/.config/fish/plugins/__fish_prompt.fish +++ b/fish/.config/fish/plugins/__fish_prompt.fish @@ -35,7 +35,7 @@ function fish_prompt case 0 set -g __fish_prompt_char \u276f\u276f case '*' - set -g __fish_prompt_char $bgreen''$bmagenta''$bred''$byellow''$bblue''$bcyan'' + set -g __fish_prompt_char $bgreen'󰃛'$bmagenta'󰃛'$bred'󰃛'$byellow'󰃛'$bblue'󰃛'$bcyan'󰃛' end end diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 4c14553bf..e5e947b76 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -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